summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2010-09-16 00:17:39 -0400
committerRoger Dingledine <arma@torproject.org>2010-09-16 00:17:39 -0400
commit0ac67bf3c3aff13adccafb6ded303cb9f186d188 (patch)
tree1a1646f5c252df9674a5df475a6748fd29f9bbe4 /changes
parent277295efc1689d6ce039fb474147ddf155fbf516 (diff)
downloadtor-0ac67bf3c3aff13adccafb6ded303cb9f186d188.tar.gz
tor-0ac67bf3c3aff13adccafb6ded303cb9f186d188.zip
perconnbwrate and perconnbwburst consensus params
Diffstat (limited to 'changes')
-rw-r--r--changes/bug19477
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug1947 b/changes/bug1947
new file mode 100644
index 0000000000..598a3d20dc
--- /dev/null
+++ b/changes/bug1947
@@ -0,0 +1,7 @@
+ o Minor features:
+ - Add new "perconnbwrate" and "perconnbwburst" consensus params to
+ do individual connection-level rate limiting of clients. The torrc
+ config options with the same names trump the consensus params, if
+ both are present. Replaces the old "bwconnrate" and "bwconnburst"
+ consensus params which were broken from 0.2.2.7-alpha through
+ 0.2.2.14-alpha. Closes bug 1947.