]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for ticket 961
authorNick Mathewson <nickm@torproject.org>
Tue, 23 Sep 2014 12:57:22 +0000 (08:57 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 29 Sep 2014 13:05:11 +0000 (09:05 -0400)
changes/ticket961 [new file with mode: 0644]

diff --git a/changes/ticket961 b/changes/ticket961
new file mode 100644 (file)
index 0000000..018f265
--- /dev/null
@@ -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".