diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-11-06 20:08:11 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-11-06 20:08:11 -0500 |
commit | 5385a023e105ffbb54f1c160298313c6a8cde57f (patch) | |
tree | 53768f6c1de8dc21143e1d8d72ec124a9b2b6cd1 /changes/bug20536 | |
parent | e9ce1819550f40132c30433914ff95b212957db0 (diff) | |
download | tor-5385a023e105ffbb54f1c160298313c6a8cde57f.tar.gz tor-5385a023e105ffbb54f1c160298313c6a8cde57f.zip |
Do not apply 'max_failures' to random-exponential schedules.
Fixes bug 20536; bugfix on 0.2.9.1-alpha.
Diffstat (limited to 'changes/bug20536')
-rw-r--r-- | changes/bug20536 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug20536 b/changes/bug20536 new file mode 100644 index 0000000000..9e0dd164bb --- /dev/null +++ b/changes/bug20536 @@ -0,0 +1,6 @@ + o Major bugfixes (download scheduling): + - When using an exponential backoff schedule, do not give up on + dowloading just because we have failed a bunch of times. Since + each delay is longer than the last, retrying indefinitely won't + hurt. Fixes bug 20536; bugfix on 0.2.9.1-alpha. + |