aboutsummaryrefslogtreecommitdiff
path: root/dir-spec.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-12-05 09:28:00 -0500
committerNick Mathewson <nickm@torproject.org>2018-12-05 09:28:00 -0500
commitd14164d8b9d7bf53c63f4720d2361a18e2d45e0e (patch)
tree0450c68b5668bbbfd917deddecda27cae0936fb6 /dir-spec.txt
parent78fdde420a9a8bf2d6584cca6a4c557973743485 (diff)
downloadtorspec-d14164d8b9d7bf53c63f4720d2361a18e2d45e0e.tar.gz
torspec-d14164d8b9d7bf53c63f4720d2361a18e2d45e0e.zip
Merge prop293 and mark it closed.
Diffstat (limited to 'dir-spec.txt')
-rw-r--r--dir-spec.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/dir-spec.txt b/dir-spec.txt
index a6547ce..e9f201c 100644
--- a/dir-spec.txt
+++ b/dir-spec.txt
@@ -358,6 +358,11 @@
- Its uptime has been reset (by restarting).
+ - It receives a networkstatus consensus in which it is not listed.
+
+ - It receives a networkstatus consensus in which it is listed
+ with the StaleDesc flag.
+
[XXX this list is incomplete; see router_differences_are_cosmetic()
in routerlist.c for others]
@@ -2293,6 +2298,8 @@
"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.
+ "StaleDesc" if the router should upload a new descriptor because
+ the old one is too old.
"Running" if the router is currently usable over all its published
ORPorts. (Authorities ignore IPv6 ORPorts unless configured to
check IPv6 reachability.) Relays without this flag are omitted
@@ -2576,6 +2583,10 @@
"NoEdConsensus" -- authorities should not vote on this flag; it is
produced as part of the consensus for consensus method 22 or later.
+ "StaleDesc" -- authorities should vote to assign this flag if the
+ published time on the descriptor is over 18 hours in the past. (This flag
+ was added in 0.4.0.1-alpha.)
+
Directory server administrators may label some relays or IPs as
blacklisted, and elect not to include them in their network-status lists.