summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2009-12-29 22:25:02 -0500
committerRoger Dingledine <arma@torproject.org>2009-12-29 22:25:02 -0500
commitf255272f45a2ae563862a14d3862b81d0ffee72f (patch)
treeba550bb10cc101fe87bcb6c13c29c501a5412760 /ChangeLog
parent9a07f30b90800a0741e81f405cd88563ed09bdb9 (diff)
downloadtor-f255272f45a2ae563862a14d3862b81d0ffee72f.tar.gz
tor-f255272f45a2ae563862a14d3862b81d0ffee72f.zip
add separate per-conn write limiting
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index caf72eec43..b5dd2fd9ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,9 @@ Changes in version 0.2.2.7-alpha - 2009-12-??
use it. You can override this default by using the new
"CircuitPriorityHalflife" config option. Design and code by Ian
Goldberg, Can Tang, and Chris Alexander.
+ - Add separate per-conn write limiting to go with the per-conn read
+ limiting. We added a global write limit in Tor 0.1.2.5-alpha,
+ but never per-conn write limits.
- New consensus params "bwconnrate" and "bwconnburst" to let us
rate-limit client connections as they enter the network. It's
controlled in the consensus so we can turn it on and off for