tor/changes/bug23347
teor 93a8ed3b83 Make clients wait to refresh bridges when they have a recent descriptor
But when clients are just starting, make them try each bridge a few times
before giving up on it.

These changes make the bridge download schedules more explicit: before
17750, they relied on undocumented behaviour and specific schedule
entries. (And between 17750 and this fix, they were broken.)

Fixes 23347, not in any released version of tor.
2017-09-12 10:38:25 -04:00

10 lines
548 B
Plaintext

o Minor fixes (bridge client bootstrap):
- Make bridge clients with no running bridges try to download
bridge descriptors immediately. But when bridge clients have
running bridges, make them wait at least 3 hours before
refreshing recently received bridge descriptors.
Download schedules used to start with an implicit 0, but the
fix for 17750 changed this undocumented behaviour, and made
bridge clients hang for 15 minutes before bootstrapping.
Fixes bug 23347, not in any released version of Tor.