diff options
author | Roger Dingledine <arma@torproject.org> | 2007-10-10 19:53:08 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-10-10 19:53:08 +0000 |
commit | f6b25613b8683f41149e4b64443e30b94d64ad3b (patch) | |
tree | 01969b3454e3cd379a741d7dcf9a56caa708b2dc /ChangeLog | |
parent | 55520a2d95cafeaebf7073660fd70b3a3019d035 (diff) | |
download | tor-f6b25613b8683f41149e4b64443e30b94d64ad3b.tar tor-f6b25613b8683f41149e4b64443e30b94d64ad3b.tar.gz |
Tweak the implementation of proposal 109 slightly: allow at most
two Tor servers on the same IP address, except if it's the location
of a directory authority, in which case allow five.
svn:r11842
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -30,6 +30,11 @@ Changes in version 0.2.0.8-alpha - 2007-10-12 consensus. - Caches now download v3 network status documents as needed. + o Minor features (network statuses): + - Tweak the implementation of proposal 109 slightly: allow at most + two Tor servers on the same IP address, except if it's the location + of a directory authority, in which case allow five. + o Major bugfixes (performance): - Fix really bad O(n^2) performance when parsing a long list of routers: Instead of searching the entire list for an "extra-info " string which |