[tor-commits] [torspec/master] control-spec.txt: CONSENSUS_ARRIVED is a STATUS_CLIENT event.

dgoulet at torproject.org dgoulet at torproject.org
Mon Mar 9 13:01:23 UTC 2020


commit bde904ab95b7fe004885c8a4f220149864a0e131
Author: George Kadianakis <desnacked at riseup.net>
Date:   Wed Mar 4 19:33:53 2020 +0200

    control-spec.txt: CONSENSUS_ARRIVED is a STATUS_CLIENT event.
---
 control-spec.txt | 10 +++++-----
 1 file 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"





More information about the tor-commits mailing list