mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
8f9fb63cdb
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.
12 lines
523 B
Plaintext
12 lines
523 B
Plaintext
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.
|
|
|