diff options
author | teor <teor2345@gmail.com> | 2017-08-29 14:04:24 +1000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-12 10:38:25 -0400 |
commit | 97249c4f5e389141cb4ff3562a3813bd09bff6ad (patch) | |
tree | fea0d8ade7b106af53d5a389b56ce9867b7083da /changes | |
parent | 435952538da2d99e7ce46f510ac3f7dc3f910fca (diff) | |
download | tor-97249c4f5e389141cb4ff3562a3813bd09bff6ad.tar.gz tor-97249c4f5e389141cb4ff3562a3813bd09bff6ad.zip |
Make bridge clients download bridge descriptors immediately
The download schedule tells Tor to wait 15 minutes before downloading
bridge descriptors. But 17750 made Tor ignore that and start immediately.
Since we fixed 17750, Tor waits 15 minutes for bridge client bootstrap,
like the schedule says.
This fixes the download schedule to start immediately, and to try each
bridge 3 times in the first 30 seconds. This should make bridge bootstraps
more reliable.
Fixes 23347.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug23347 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug23347 b/changes/bug23347 new file mode 100644 index 0000000000..b0883784d2 --- /dev/null +++ b/changes/bug23347 @@ -0,0 +1,6 @@ + o Minor bug fixes (bridge client bootstrap): + - Make bridge clients download bridge descriptors immediately. + The bridge schedules were never correct, but we didn't realise until + the fix for 17750 made bridge clients hang for 15 minutes before + bootstrapping. + Fixes bug 23347. Not in any released version of Tor. |