tor/changes/bug21052
George Kadianakis 2938fd3b85 prop271: When we exhaust all guards, mark all of them for retry.
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).
2017-01-17 14:35:38 +02:00

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.