diff options
author | teor <teor2345@gmail.com> | 2017-05-26 16:16:37 +1000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-07-07 13:18:04 -0400 |
commit | c21cfd28f43a969229ede02e20c6b554c1b88aae (patch) | |
tree | 2062691f3f8ade9d982a80f6a9743b8bbfd84461 /changes | |
parent | ec61ae59a5d009a9e80f3bfa9a2aa5f5dfa05551 (diff) | |
download | tor-c21cfd28f43a969229ede02e20c6b554c1b88aae.tar.gz tor-c21cfd28f43a969229ede02e20c6b554c1b88aae.zip |
Make clients try fallbacks before authorities
Make clients wait for 6 seconds before trying to download their
consensus from an authority.
Fixes bug 17750, bugfix on 0.2.8.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug17750 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug17750 b/changes/bug17750 new file mode 100644 index 0000000000..eb77b77ab0 --- /dev/null +++ b/changes/bug17750 @@ -0,0 +1,4 @@ + o Minor bugfixes (directory downloads): + - Make clients wait for 6 seconds before trying to download their + consensus from an authority. + Fixes bug 17750, bugfix on 0.2.8.1-alpha. |