commit 41049b27b2b604b7bc80ab4ab9ded3041434df85 Author: Nick Mathewson nickm@torproject.org Date: Mon Feb 27 12:37:35 2017 -0500
I am told that prop#210 is actually superseded? --- proposals/000-index.txt | 4 ++-- proposals/210-faster-headless-consensus-bootstrap.txt | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/proposals/000-index.txt b/proposals/000-index.txt index 9a57ba0..c849377 100644 --- a/proposals/000-index.txt +++ b/proposals/000-index.txt @@ -130,7 +130,7 @@ Proposals by number: 207 Directory guards [CLOSED] 208 IPv6 Exits Redux [CLOSED] 209 Tuning the Parameters for the Path Bias Defense [OPEN] -210 Faster Headless Consensus Bootstrapping [FINISHED] +210 Faster Headless Consensus Bootstrapping [SUPERSEDED] 211 Internal Mapaddress for Tor Configuration Testing [RESERVE] 212 Increase Acceptable Consensus Age [OPEN] 213 Remove stream-level sendmes from the design [DEAD] @@ -275,7 +275,6 @@ Proposals by status: 162 Publish the consensus in multiple flavors [in 0.2.3.1-alpha] 196 Extended ORPort and TransportControlPort [for 0.2.4.x] 204 Subdomain support for Hidden Service addresses - 210 Faster Headless Consensus Bootstrapping [for 0.2.8.x+] 217 Tor Extended ORPort Authentication [for 0.2.5.x] 220 Migrate server identity keys to Ed25519 [for 0.2.x.x] 232 Pluggable Transport through SOCKS proxy [in 0.2.6] @@ -365,6 +364,7 @@ Proposals by status: 170 Configuration options regarding circuit building 185 Directory caches without DirPort 194 Mnemonic .onion URLs + 210 Faster Headless Consensus Bootstrapping 225 Strawman proposal: commit-and-reveal shared rng 252 Single Onion Services 266 Removing current obsolete clients from the Tor network diff --git a/proposals/210-faster-headless-consensus-bootstrap.txt b/proposals/210-faster-headless-consensus-bootstrap.txt index 6737bc2..380a9ac 100644 --- a/proposals/210-faster-headless-consensus-bootstrap.txt +++ b/proposals/210-faster-headless-consensus-bootstrap.txt @@ -3,9 +3,13 @@ Title: Faster Headless Consensus Bootstrapping Author: Mike Perry, Tim Wilson-Brown, Peter Palfrader Created: 01-10-2012 Last Modified: 02-10-2015 -Status: Finished +Status: Superseded Target: 0.2.8.x+
+Status-notes: + + * This has been partially superseded by the fallback directory code, + and partially by the exponential-backoff code.
Overview and Motiviation