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

Prop306: Bootstrap, Load Balancing, and Delay fixes #100

Closed
wants to merge 9 commits into from

Conversation

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

@teor2345 teor2345 commented Jan 13, 2020

No description provided.

neelchauhan and others added 9 commits Dec 5, 2019
* modify design to match Tor's typical design patterns
* add some missing info and special cases
* improve formatting and consistency
* fix some typos

Part of 29801.
Have a single ConnectionAttemptDelay option, with a default value
of 250 msec based on RFC 8305.

Part of 29801.
The previous design would have doubled the load on IPv6-supporting
relays.

Part of 29801.
Clients need to change how they select fallback directory mirrors
during bootstrap, or some IPv6-only clients will fail to bootstrap.

Part of 29801.
These statistics are optional, but they may be useful:
* client and relay connections
* statistics in the heartbeat logs

Also improve the explanation of the "extra prop 306 connections"
statistic.

Part of 29801.
@teor2345 teor2345 mentioned this pull request Jan 15, 2020
@teor2345
Copy link
Contributor Author

@teor2345 teor2345 commented Jan 15, 2020

Obsoleted by #102, which is the squashed version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment