diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-11 19:12:55 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-11 19:12:55 +0000 |
commit | f3b52e331e4640a75d8323f86e29e1a2c6a2dafe (patch) | |
tree | 6e54f23804d32ae468a4f30a14a9e51131b78490 /ChangeLog | |
parent | 043b4fc59e635015dc7fc758d44ba298b8278f4a (diff) | |
download | tor-f3b52e331e4640a75d8323f86e29e1a2c6a2dafe.tar.gz tor-f3b52e331e4640a75d8323f86e29e1a2c6a2dafe.zip |
Avoid multiple descriptor-fetch connections to authorities. Fixes bug 366.
svn:r17594
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,6 +16,9 @@ Changes in version 0.2.1.9-alpha - 200?-??-?? dns_inits() every 10 minutes, and change the exit policy to reject *:* until one succeeds. Fixes bug 691. - Detect svn revision properly when we're using git-svn. + - Try not to open more than one descriptor-downloading connection to an + authority at once. This should reduce load on directory authorities. + Fixes bug 366. o Minor features (controller): - New CONSENSUS_ARRIVED event to note when a new consensus has |