mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Bootstrap: check the exit policy and flag on descriptors
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.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user