commit a8297a301e118a9e77fec51fe8d9d4d0f3350980 Author: Nick Mathewson nickm@torproject.org Date: Wed Sep 7 22:10:49 2011 -0400
Changes file for feature3630 --- changes/feature3630 | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/changes/feature3630 b/changes/feature3630 new file mode 100644 index 0000000..dab46c8 --- /dev/null +++ b/changes/feature3630 @@ -0,0 +1,8 @@ + o Major features (networking): + - Add a new TokenBucketRefillInterval option to refill token buckets + more frequently than once per second. This should improve network + performance, alleviate queueing problems, and make traffic less + bursty. Implements proposal 183; closes ticket 3630. Design by + Florian Tschorsch and Björn Scheuermann; implementation by + Florian Tschorsch. +
tor-commits@lists.torproject.org