mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
e0049ef022
We haven't meant to use it since we introduced the random exponential schedule. Closes ticket 23814.
5 lines
200 B
Plaintext
5 lines
200 B
Plaintext
o Code simplification and refactoring:
|
|
- Remove the old (deterministic) directory retry logic entirely:
|
|
We've used exponential backoff exclusively for some time.
|
|
Closes ticket 24814
|