mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
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).
4 lines
236 B
Text
4 lines
236 B
Text
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.
|