When using exponential backoff in test networks, use a lower exponent

Lower exponents mean that delays do not vary as much. This helps test
networks bootstrap consistently.

Bugfix on 20499.
This commit is contained in:
teor
2016-11-08 16:39:36 +11:00
parent 3dfecffa7d
commit 38e3f91c63
2 changed files with 11 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor bugfixes (test networks, exponential backoff):
- When using exponential backoff in test networks, use a lower exponent,
so the delays do not vary as much. This helps test networks bootstrap
consistently. Fixes bug 20597; bugfix on 20499; not in any released
version of tor.