aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2009-09-15 06:33:33 -0400
committerRoger Dingledine <arma@torproject.org>2009-09-15 06:33:33 -0400
commitc43859c5c12361fad50580cd76f6484dfaa6b88d (patch)
tree51b9a69d25e6c9923452aee270518de554968098 /ChangeLog
parent40bcab1faf26dd26de48b5ea6c1846c562a11f9d (diff)
downloadtor-c43859c5c12361fad50580cd76f6484dfaa6b88d.tar
tor-c43859c5c12361fad50580cd76f6484dfaa6b88d.tar.gz
Read "circwindow=x" from the consensus and use it
Tor now reads the "circwindow" parameter out of the consensus, and uses that value for its circuit package window rather than the default of 1000 cells. Begins the implementation of proposal 168.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b1cb770b4..b6863ca6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,11 @@
Changes in version 0.2.2.2-alpha - 2009-09-??
o Major features:
- Authorities can now vote on arbitary integer values as part of the
- consensus process. This is designed to help set network parameters.
+ consensus process. This is designed to help set network parameters.
Implements proposal 167.
+ - Tor now reads the "circwindow" parameter out of the consensus,
+ and uses that value for its circuit package window rather than the
+ default of 1000 cells. Begins the implementation of proposal 168.
o Minor bugfixes:
- Fix an extremely rare infinite recursion bug that could occur if