From: Nick Mathewson Date: Tue, 23 Sep 2014 12:57:22 +0000 (-0400) Subject: Changes file for ticket 961 X-Git-Tag: tor-0.2.6.1-alpha~72^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f15e5aedbc6298f4fad4ef6cff755591a44a7109;p=thirdparty%2Ftor.git Changes file for ticket 961 --- diff --git a/changes/ticket961 b/changes/ticket961 new file mode 100644 index 0000000000..018f26554d --- /dev/null +++ b/changes/ticket961 @@ -0,0 +1,5 @@ + o Minor features: + - A new AccountingRule option lets you set whether you'd like the + AccountingMax value to be applied separately to inbound and + outbound traffic, or applied to the sum of inbound and outbound + traffic. Resolves ticket 961. Patch by "chobe".