aboutsummaryrefslogtreecommitdiff
path: root/control-spec.txt
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2020-03-04 19:33:53 +0200
committerGeorge Kadianakis <desnacked@riseup.net>2020-03-04 19:33:53 +0200
commitbde904ab95b7fe004885c8a4f220149864a0e131 (patch)
treecc435273f8657eea71a39ae0b291214777c22341 /control-spec.txt
parent373e4eb21c95d4fea89d7abf98e2803aedd05c6e (diff)
downloadtorspec-bde904ab95b7fe004885c8a4f220149864a0e131.tar.gz
torspec-bde904ab95b7fe004885c8a4f220149864a0e131.zip
control-spec.txt: CONSENSUS_ARRIVED is a STATUS_CLIENT event.
Diffstat (limited to 'control-spec.txt')
-rw-r--r--control-spec.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/control-spec.txt b/control-spec.txt
index 64a70fc..548edce 100644
--- a/control-spec.txt
+++ b/control-spec.txt
@@ -2706,11 +2706,6 @@
{Controllers may want to warn the user if this event occurs; further
action is generally not possible.}
- CONSENSUS_ARRIVED
- Tor has received and validated a new consensus networkstatus.
- (This event can be delayed a little while after the consensus
- is received, if Tor needs to fetch certificates.)
-
Actions for STATUS_CLIENT events can be as follows:
BOOTSTRAP
@@ -2817,6 +2812,11 @@
to do so.}
[Note: only REASON=CLOCK_JUMPED is implemented currently.]
+ CONSENSUS_ARRIVED
+ Tor has received and validated a new consensus networkstatus.
+ (This event can be delayed a little while after the consensus
+ is received, if Tor needs to fetch certificates.)
+
DANGEROUS_PORT
"PORT=" port
"RESULT=" "REJECT" / "WARN"