aboutsummaryrefslogtreecommitdiff
path: root/proposals/210-faster-headless-consensus-bootstrap.txt
AgeCommit message (Collapse)Author
2023-10-12Wrap text proposals in backticks.Nick Mathewson
2017-02-27I am told that prop#210 is actually superseded?Nick Mathewson
2017-02-27Teor informs me that the fallback code implements prop#210 in 0.2.8 and laterNick Mathewson
2015-10-17prop 210 further clarificationsteor (Tim Wilson-Brown)
2015-10-05fixup prop 210 split relay and client schedulesteor (Tim Wilson-Brown)
Also improve implementation notes.
2015-10-05fixup name the right function in 210teor (Tim Wilson-Brown)
2015-10-05Simplify implementation: avoid timers & additional connection liststeor (Tim Wilson-Brown)
2015-10-05fixup Rewrite summary section for revised connection scheduleteor (Tim Wilson-Brown)
And various other fixups
2015-10-05fixup Add IPv4 and IPv6, make an auth connection earlyteor (Tim Wilson-Brown)
Make one authority connection early so the client can check its clock. Redo the analysis for the new timing schedule. Add IPv4 and IPv6 alternation scheme for clients that have both an IPv4 and IPv6 address. Add retry timer maximum and retry timer reset events. Include min and max fallback directory weights.
2015-10-02Modify 210-faster...consensus-bootstrap for exponential backoffteor (Tim Wilson-Brown)
To implement #4483 we need to contact multiple directory mirrors to increase bootstrap reliability. This patch implements the exponential backoff suggested in https://trac.torproject.org/projects/tor/ticket/4483#comment:22 The patch also analyses the reliability of the new scheme, and compares it to the current Tor implementation.
2012-10-11faster headless consensus bootstrapping is now proposal 210Nick Mathewson