aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-08-24 08:01:47 +0000
committerRoger Dingledine <arma@torproject.org>2007-08-24 08:01:47 +0000
commit9bacf68851b3803a84e76d532aeb3f72d35273fd (patch)
tree2b80b7588c56583a88a745eec2110aff8036e887 /ChangeLog
parentfe962c58d3e157bf716302d41158a4ff6dffc42f (diff)
downloadtor-9bacf68851b3803a84e76d532aeb3f72d35273fd.tar.gz
tor-9bacf68851b3803a84e76d532aeb3f72d35273fd.zip
cleanups on r11258
svn:r11263
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c44520b70..fd4fce3e86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,15 @@ Changes in version 0.2.0.6-alpha - 2007-??-??
mean-times-between-failures. When we have 4 or more days of data,
use measured MTBF rather than declared uptime to decide whether
to call a router Stable. Implements proposal 108.
+ - When choosing nodes for non-guard positions, weight guards
+ proportionally less, since they already have enough load. Patch
+ from Mike Perry.
+ - Raise the "max believable bandwidth" from 1.5MB/s to 10MB/s. This
+ will allow fast Tor servers to get more attention. Also, when we're
+ upgrading from an old Tor version, forget our current guards and
+ pick new ones according to the new weightings. The resulting load
+ balancing improvement could raise effective network capacity by
+ a factor of four. Thanks to Mike Perry for measurements.
o Major bugfixes:
- Handle unexpected whitespace better in malformed descriptors. Bug