diff options
author | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2015-12-14 20:20:52 +1100 |
---|---|---|
committer | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2015-12-16 09:07:11 +1100 |
commit | 978210d5a868e8b0f5bd5f83804117ae46954f5f (patch) | |
tree | 3844c9f8bcf6f952065cc591e6e2252c2618f5b4 /changes | |
parent | 6ba8afe5f87a1edd16f4c61cbb59a29f9126c6c6 (diff) | |
download | tor-978210d5a868e8b0f5bd5f83804117ae46954f5f.tar.gz tor-978210d5a868e8b0f5bd5f83804117ae46954f5f.zip |
Wait for busy authorities/fallbacks rather than ignoring excluded nodes
Applies the 6c443e987d fix to router_pick_directory_server_impl.
6c443e987d applied to directory servers chosen from the consensus,
and was:
"Tweak the 9969 fix a little
If we have busy nodes and excluded nodes, then don't retry with the
excluded ones enabled. Instead, wait for the busy ones to be nonbusy."
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature17864 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/feature17864 b/changes/feature17864 new file mode 100644 index 0000000000..1cf156206b --- /dev/null +++ b/changes/feature17864 @@ -0,0 +1,5 @@ + o Minor feature (directory downloads): + - Wait for busy authorities and fallbacks to become non-busy when + bootstrapping. (A similar change was made in 6c443e987d for + directory servers chosen from the consensus.) + Closes ticket 17864; patch by "teor". |