summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-10-24 19:53:11 +0000
committerNick Mathewson <nickm@torproject.org>2007-10-24 19:53:11 +0000
commite0204f211942d3d8fedb73b4015757ac8e2a739e (patch)
tree629a019ed3e560437523dab6e8c3e16addd661e3 /ChangeLog
parent9767415dca97280fabd457f18998426a53c7c9b2 (diff)
downloadtor-e0204f211942d3d8fedb73b4015757ac8e2a739e.tar.gz
tor-e0204f211942d3d8fedb73b4015757ac8e2a739e.zip
r16112@catbus: nickm | 2007-10-24 15:52:03 -0400
Fix logic for downloading consensuses: make getting an duplicate or not-currently-valid consensus count as a failure. Make running out of time to get certificates count as a failure. Delay while fetching certificates. svn:r12159
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8757c059c2..3e461cb88f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -37,6 +37,11 @@ Changes in version 0.2.0.9-alpha - 2007-10-24
and download operations.
- Reattempt certificate downloads immediately on failure, as long as
we haven't failed a threshold number of times yet.
+ - Delay retrying consensus downloads while we're downloading
+ certificates to verify the one we just got. Also, count getting a
+ consensus that we already have (or one that isn't valid) as a failure,
+ and count failing to get the certificates after 20 minutes as a
+ failure.
o Minor features (router descriptor cache):
- If we find a cached-routers file that's been sitting around for more