Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootstrap: check the exit policy and flag on descriptors #290

Merged
merged 1 commit into from Aug 23, 2018

Conversation

Labels
None yet
Projects
None yet
3 participants
@teor2345
Copy link
Contributor

@teor2345 teor2345 commented Aug 23, 2018

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.

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.
@coveralls
Copy link

@coveralls coveralls commented Aug 23, 2018

Coverage Status

Coverage increased (+0.005%) to 59.554% when pulling fadcab9 on teor2345:bug27236-034 into 573b6e4 on torproject:maint-0.3.4.

@torproject-pusher torproject-pusher merged commit fadcab9 into torproject:maint-0.3.4 Aug 23, 2018
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment