aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-09-23 08:57:22 -0400
committerNick Mathewson <nickm@torproject.org>2014-09-29 09:05:11 -0400
commitf15e5aedbc6298f4fad4ef6cff755591a44a7109 (patch)
tree6db5749bcd8c7867583675ad97ae02aee2dc0e21
parent4903ab1caaf0b2631e6091b58b31eaff0c9f8424 (diff)
downloadtor-f15e5aedbc6298f4fad4ef6cff755591a44a7109.tar.gz
tor-f15e5aedbc6298f4fad4ef6cff755591a44a7109.zip
Changes file for ticket 961
-rw-r--r--changes/ticket9615
1 files changed, 5 insertions, 0 deletions
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".