diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-09-12 10:38:35 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-12 10:38:35 -0400 |
commit | 4027bd2e9680cb5922b006847aa4db6170826bf6 (patch) | |
tree | 7ad4f1a5405730d0cbb379163d801b2e66396966 /changes | |
parent | 8eef7fc845d76da287dd0888b6753178118f7193 (diff) | |
parent | 1b5e34badb06bb1a844a6e70164fc5c894d95d0a (diff) | |
download | tor-4027bd2e9680cb5922b006847aa4db6170826bf6.tar.gz tor-4027bd2e9680cb5922b006847aa4db6170826bf6.zip |
Merge branch 'bug23347_squashed'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug23347 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/bug23347 b/changes/bug23347 new file mode 100644 index 0000000000..e73aa48f01 --- /dev/null +++ b/changes/bug23347 @@ -0,0 +1,9 @@ + 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. |