aboutsummaryrefslogtreecommitdiff
path: root/proposals/306-ipv6-happy-eyeballs.txt
AgeCommit message (Collapse)Author
2023-10-12Wrap text proposals in backticks.Nick Mathewson
2020-01-15Prop 306: Restore some statistics from an earlier draftteor
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.
2020-01-15Prop 306: Add a bootstrap changes sectionteor
Clients need to change how they select fallback directory mirrors during bootstrap, or some IPv6-only clients will fail to bootstrap. Part of 29801.
2020-01-15Prop 306: Improve load-balancing for NumIPv6Guardsteor
The previous design would have doubled the load on IPv6-supporting relays. Part of 29801.
2020-01-15Prop 306: Add an optional ClientPreferIPv6ORPort consensus parameterteor
Part of 29801.
2020-01-15Prop 306: Improve ConnectionAttemptDelay designteor
Have a single ConnectionAttemptDelay option, with a default value of 250 msec based on RFC 8305. Part of 29801.
2020-01-15Prop 306: Minor fixes and tidying upteor
* 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.
2020-01-15Prop306: Add revisions suggested in Torspec PR #87Neel Chauhan
2019-09-06Add Proposal 306: A Tor Implementation of IPv6 Happy EyeballsNeel Chauhan