mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 23:21:38 +01:00
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.
9 lines
548 B
Text
9 lines
548 B
Text
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.
|