diff options
author | Peter Palfrader <peter@palfrader.org> | 2008-06-13 21:22:49 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2008-06-13 21:22:49 +0000 |
commit | 4ef606b8fc3c47c95de471059ad15cd13bdb1299 (patch) | |
tree | 6ae1dc9ff65abf37885a57e99f8970c60141502e /ChangeLog | |
parent | 4630f0453d57705ddb2f1755c03dbd187fbe97ff (diff) | |
download | tor-4ef606b8fc3c47c95de471059ad15cd13bdb1299.tar.gz tor-4ef606b8fc3c47c95de471059ad15cd13bdb1299.zip |
implement proposal 138: removing down routers from consensus
svn:r15230
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ Changes in version 0.2.1.2-alpha - 2008-??-?? o Minor features: - Allow OpenSSL to use dynamic locks if it wants. + - When building a consensus do not include routers that are down. + This will cut down 30% to 40% on consensus size. Implements + proposal 138. o Bugfixes: - Asking for a conditional consensus at .../consensus/<fingerprints> would crash a dirserver if it did not already have a consensus. |