summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-12-11 19:12:55 +0000
committerNick Mathewson <nickm@torproject.org>2008-12-11 19:12:55 +0000
commitf3b52e331e4640a75d8323f86e29e1a2c6a2dafe (patch)
tree6e54f23804d32ae468a4f30a14a9e51131b78490 /ChangeLog
parent043b4fc59e635015dc7fc758d44ba298b8278f4a (diff)
downloadtor-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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c6b2dd6745..477ddd5e2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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