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

Bug33615 #59

Merged
merged 4 commits into from Mar 14, 2020
Merged

Bug33615 #59

merged 4 commits into from Mar 14, 2020

Conversation

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

@teor2345 teor2345 commented Mar 14, 2020

No description provided.

teor2345 added 4 commits Mar 14, 2020
Some legacy Tor versions (0.3.5 and earlier) have microdescriptor
download bugs. Chutney triggers those bugs by verfying early, and
rapidly reconnecting to the SOCKSPort (#33598).

So chutney waits for a minimum amount of time after launching the
network (65 seconds on 0.3.5 and earlier), regardless of bootstrap
status or directory info distribution.

We also change the unchecked descriptor wait time to:
  * 10 seconds for microdesc downloads, and
  * 30 seconds for onion services to publish their descriptors.

Fixes bug 33615.
@torproject-pusher torproject-pusher merged commit ea4644f into torproject:master Mar 14, 2020
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment