mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
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.
5 lines
301 B
Text
5 lines
301 B
Text
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.
|