summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2009-08-10 04:13:18 -0400
committerRoger Dingledine <arma@torproject.org>2009-08-10 04:13:18 -0400
commite50b7768b94bbcccef77be255920e3aac80a9555 (patch)
tree6177b07062ef3f3f72b9f327a4da931c6cf9c29f /ChangeLog
parente53ee805a92e5e8f8afc8aa512d33464be710733 (diff)
downloadtor-e50b7768b94bbcccef77be255920e3aac80a9555.tar.gz
tor-e50b7768b94bbcccef77be255920e3aac80a9555.zip
Send sendmes when we're down 100 cells, not 101.
Send circuit or stream sendme cells when our window has decreased by 100 cells, not when it has decreased by 101 cells. Bug uncovered by Karsten when testing the "reduce circuit window" performance patch. Bugfix on the 54th commit on Tor -- from July 2002, before the release of Tor 0.0.0. This is the new winner of the oldest-bug prize.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e3cd84f50..994ff4c7b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,12 @@
Changes in version 0.2.1.20 - 2009-??-??
+ o Major bugfixes:
+ - Send circuit or stream sendme cells when our window has decreased
+ by 100 cells, not when it has decreased by 101 cells. Bug uncovered
+ by Karsten when testing the "reduce circuit window" performance
+ patch. Bugfix on the 54th commit on Tor -- from July 2002,
+ before the release of Tor 0.0.0. This is the new winner of the
+ oldest-bug prize.
+
o New directory authorities:
- Set up urras (run by Jacob Appelbaum) as the seventh v3 directory
authority.