mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
93a8ed3b83
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.
10 lines
548 B
Plaintext
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.
|