mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
2938fd3b85
In the past, when we exhausted all guards in our sampled set, we just waited there till we mark a guard for retry again (usually takes 10 mins for a primary guard, 1 hour for a non-primary guard). This patch marks all guards as maybe-reachable when we exhaust all guards (this can happen when network is down for some time).
5 lines
236 B
Plaintext
5 lines
236 B
Plaintext
o Minor bugfixes (client, guards):
|
|
- Fix a bug of the new guard algorithm where tor could stall for up to 10
|
|
minutes before retrying a guard after a long period of no network.
|
|
Fixes bug 21052; bugfix on 0.3.0.1-alpha.
|