mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
fadcab920b
Previously, Tor would only check the exit flag. In small networks, Tor could bootstrap once it received a consensus with exits, without fetching the new descriptors for those exits. After bootstrap, Tor delays descriptor fetches, leading to failures in fast networks like chutney. Fixes 27236; bugfix on 0.2.6.3-alpha.
6 lines
301 B
Plaintext
6 lines
301 B
Plaintext
o Minor bugfixes (testing, bootstrap):
|
|
- When calculating bootstrap progress, check exit policies and the exit
|
|
flag. Previously, Tor would only check the exit flag, which caused
|
|
race conditions in small and fast networks like chutney.
|
|
Fixes bug 27236; bugfix on 0.2.6.3-alpha.
|