diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-05-18 21:19:53 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-05-18 21:19:53 +0000 |
commit | e476e61ce0cb593f5f6dd1f3794fe970bbbda47b (patch) | |
tree | 22be2875d3e87671c57e0149f0aaebf4918ff33c /ChangeLog | |
parent | ec55cf526dc7707cca7588718ba1f99c1fe0a7f0 (diff) | |
download | tor-e476e61ce0cb593f5f6dd1f3794fe970bbbda47b.tar.gz tor-e476e61ce0cb593f5f6dd1f3794fe970bbbda47b.zip |
r12982@Kushana: nickm | 2007-05-18 15:15:14 -0400
Partial backport candidate: We had a bug where we were downloading descriptors by descriptor digest, but trying to look them up by identity fingerprint when updating their failure count and next retry time. (Also use correct backoff logic for extrainfo code.) Needs testing, doubtless.
svn:r10210
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -47,6 +47,9 @@ Changes in version 0.2.0.1-alpha - 2007-??-?? - If all of our dirservers have given us bad or no networkstatuses lately, then stop hammering them once per minute even when we think they're failed. Fixes another part of bug 422. + - Back off correctly when downloading servers. (Previously, we would + never actually increment the failure count for descriptors we were in + the process of retrieving.) o Minor fixes (resource management): - Count the number of open sockets separately from the number |