Browse Source

added short descriptions to circuit-related event codes

svn:r3854
Geoff Goodell 20 years ago
parent
commit
8fc1061b84
1 changed files with 5 additions and 1 deletions
  1. 5 1
      doc/control-spec.txt

+ 5 - 1
doc/control-spec.txt

@@ -178,7 +178,11 @@ the message.
       0x0001 -- Circuit status changed
 
                 Status [1 octet]
-                   (Launched=0,Built=1,Extended=2,Failed=3,Closed=4)
+                   0x00 Launched - circuit ID assigned to new circuit
+                   0x01 Built    - all hops finished, can now accept streams
+                   0x02 Extended - one more hop has been completed
+                   0x03 Failed   - circuit closed (was not built)
+                   0x04 Closed   - circuit closed (was built)
                 Circuit ID [4 octets]
                    (Must be unique to Tor process/time)
                 Path [NUL-terminated comma-separated string]