mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
cb29687e93
This patch has implementations of the "decorrelated" and "full" algorithms from https://www.awsarchitectureblog.com/2015/03/backoff.html
7 lines
315 B
Plaintext
7 lines
315 B
Plaintext
o Minor bugfixes (directory client):
|
|
- On failure to download directory information, delay retry attempts
|
|
by a random amount based on the "decorrelated jitter" algorithm.
|
|
Our previous delay algorithm tended to produce extra-long delays too
|
|
easily. Fixes bug 23816; bugfix on 0.2.9.1-alpha.
|
|
|