aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dir-spec.txt11
-rw-r--r--proposals/272-valid-and-running-by-default.txt2
2 files changed, 10 insertions, 3 deletions
diff --git a/dir-spec.txt b/dir-spec.txt
index f72659d..ae557cf 100644
--- a/dir-spec.txt
+++ b/dir-spec.txt
@@ -2058,8 +2058,15 @@
"NoEdConsensus" if any Ed25519 key in the router's descriptor or
microdesriptor does not reflect authority consensus.
"Stable" if the router is suitable for long-lived circuits.
- "Running" if the router is currently usable.
- "Valid" if the router has been 'validated'.
+ "Running" if the router is currently usable. Relays without this
+ flag are omitted from the consensus, and current clients
+ (since 0.2.9.4-alpha) assume that every listed relay has
+ this flag.
+ "Valid" if the router has been 'validated'. Clients before
+ 0.2.9.4-alpha would not use routers without this flag by
+ default. Currently, relays without this flag are omitted
+ fromthe consensus, and current (post-0.2.9.4-alpha) clients
+ assume that every listed relay has this flag.
"V2Dir" if the router implements the v2 directory protocol or
higher.
diff --git a/proposals/272-valid-and-running-by-default.txt b/proposals/272-valid-and-running-by-default.txt
index 473d92b..210a631 100644
--- a/proposals/272-valid-and-running-by-default.txt
+++ b/proposals/272-valid-and-running-by-default.txt
@@ -2,7 +2,7 @@ Filename: 272-valid-and-running-by-default.txt
Title: Listed routers should be Valid, Running, and treated as such
Created: 26 Aug 2016
Author: Nick Mathewson
-Status: Finished
+Status: Closed
Implemented-In: 0.2.9.3-alpha, 0.2.9.4-alpha
1. Introduction and proposal.