]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
added short descriptions to circuit-related event codes
authorGeoff Goodell <goodell@eecs.harvard.edu>
Thu, 24 Mar 2005 05:30:08 +0000 (05:30 +0000)
committerGeoff Goodell <goodell@eecs.harvard.edu>
Thu, 24 Mar 2005 05:30:08 +0000 (05:30 +0000)
svn:r3854

doc/control-spec.txt

index 0f8eba9d9fb4877c4819005f83777315f140ee9f..f3b148d1588e06d760ce9c0e5f9244483d0fb95a 100644 (file)
@@ -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]