diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-11-07 09:38:49 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-11-07 11:01:20 -0500 |
commit | 667ba776b1d91c8d1229319be88191008975d6eb (patch) | |
tree | f48a8927f2351a5523cae94b852af4b69a699d6b /changes | |
parent | e4b793fe41fc09cc1f7753cfe90b74095a49a34f (diff) | |
download | tor-667ba776b1d91c8d1229319be88191008975d6eb.tar.gz tor-667ba776b1d91c8d1229319be88191008975d6eb.zip |
Adjust download schedules per teor's #20534 recommendataions
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug20534 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/changes/bug20534 b/changes/bug20534 index 1ffa1f32e9..49db433a01 100644 --- a/changes/bug20534 +++ b/changes/bug20534 @@ -2,5 +2,7 @@ - Remove the maximum delay on exponential-backoff scheduling. Since we now allow an infinite number of failures (see ticket 20536), we must now allow the time to grow longer on each failure. - Fixes bug 20534; bugfix on 0.2.9.1-alpha. - + Fixes part of bug 20534; bugfix on 0.2.9.1-alpha. + - Use initial delays and decrements in download scheduling closer to + those from 0.2.8. Fixes another part of bug 20534; bugfix on + 0.2.9.1-alpha. |