tor/changes/ticket28768
teor 766fd6cf76 Fallbacks: use a 24 hour consensus expiry tolerance
Tor clients will use a consensus that expired up to 24 hours ago.

Clients on 0.3.5.5-alpha? and earlier won't select guards from an expired
consensus, but they can still bootstrap if they have existing guards.

Update the fallback expiry tolerance to match tor's checks.

Part of 28768, follow-up on 24661.
2018-12-07 15:54:32 +10:00

5 lines
198 B
Plaintext

o Minor features (fallback directory mirrors):
- Accept fallbacks that deliver reasonably live consensuses.
(Consensuses that expired less than 24 hours ago.)
Closes ticket 28768.