diff options
author | Roger Dingledine <arma@torproject.org> | 2013-10-10 20:09:16 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2013-10-12 10:42:27 -0400 |
commit | 8f9fb63cdb188e27e39cf063c6a9e94df66cf239 (patch) | |
tree | 96634e92e75f223997b3fc3f637eb60ecb75d436 /changes/bug9946 | |
parent | 7ef2939e5a902c6159227de176622ee9388e34a4 (diff) | |
download | tor-8f9fb63cdb188e27e39cf063c6a9e94df66cf239.tar.gz tor-8f9fb63cdb188e27e39cf063c6a9e94df66cf239.zip |
be willing to bootstrap from all three of our directory guards
Also fix a bug where if the guard we choose first doesn't answer, we
would try the second guard, but once we connected to the second guard
we would abandon it and retry the first one, slowing down bootstrapping.
The fix in both cases is to treat all our initially chosen guards as
acceptable to use.
Fixes bug 9946.
Diffstat (limited to 'changes/bug9946')
-rw-r--r-- | changes/bug9946 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/changes/bug9946 b/changes/bug9946 new file mode 100644 index 0000000000..5d1c888743 --- /dev/null +++ b/changes/bug9946 @@ -0,0 +1,11 @@ + o Minor bugfixes: + - If the guard we choose first doesn't answer, we would try the + second guard, but once we connected to the second guard we would + abandon it and retry the first one, slowing down bootstrapping. + The fix is to treat all our initially chosen guards as acceptable + to use. Fixes bug 9946; bugfix on 0.1.1.11-alpha. + + o Major bugfixes: + - Stop trying to fetch all our directory information from our first + guard. Discovered while fixing bug 9946; bugfix on 0.2.4.8-alpha. + |