diff options
author | Roger Dingledine <arma@torproject.org> | 2009-12-29 22:25:02 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-12-29 22:25:02 -0500 |
commit | f255272f45a2ae563862a14d3862b81d0ffee72f (patch) | |
tree | ba550bb10cc101fe87bcb6c13c29c501a5412760 /ChangeLog | |
parent | 9a07f30b90800a0741e81f405cd88563ed09bdb9 (diff) | |
download | tor-f255272f45a2ae563862a14d3862b81d0ffee72f.tar.gz tor-f255272f45a2ae563862a14d3862b81d0ffee72f.zip |
add separate per-conn write limiting
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |