diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-10-24 19:53:11 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-10-24 19:53:11 +0000 |
commit | e0204f211942d3d8fedb73b4015757ac8e2a739e (patch) | |
tree | 629a019ed3e560437523dab6e8c3e16addd661e3 /ChangeLog | |
parent | 9767415dca97280fabd457f18998426a53c7c9b2 (diff) | |
download | tor-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |