aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-11-07 11:02:15 -0500
committerNick Mathewson <nickm@torproject.org>2016-11-07 11:02:15 -0500
commit1934bf75ef753e437aa60fe466312017840dd737 (patch)
treea9e3ab22935ed509f1e96dc88884d690468b02ec /changes
parent800dff13080111b1ce1c2f5e28d9ba326299f62a (diff)
parent293aca9929cfa0205d16899191c16855a607ac77 (diff)
downloadtor-1934bf75ef753e437aa60fe466312017840dd737.tar.gz
tor-1934bf75ef753e437aa60fe466312017840dd737.zip
Merge branch 'maint-0.2.9'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug205346
-rw-r--r--changes/bug205936
2 files changed, 10 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.
diff --git a/changes/bug20593 b/changes/bug20593
new file mode 100644
index 0000000000..e9f54d317a
--- /dev/null
+++ b/changes/bug20593
@@ -0,0 +1,6 @@
+ o Minor bugfixes (client directory scheduling):
+ - Treat "relay too busy to answer request" as a failed request and a
+ reason to back off on our retry frequency. This is safe now that
+ exponential backups retry indefinitely, and avoids a bug where we would
+ reset our download schedule erroneously.
+ Fixes bug 20593; bugfix on 0.2.9.1-alpha.