[or-cvs] added short descriptions to circuit-related event codes

goodell at seul.org goodell at seul.org
Thu Mar 24 05:30:11 UTC 2005


Update of /home/or/cvsroot/tor/doc
In directory moria.mit.edu:/tmp/cvs-serv23566

Modified Files:
	control-spec.txt 
Log Message:
added short descriptions to circuit-related event codes


Index: control-spec.txt
===================================================================
RCS file: /home/or/cvsroot/tor/doc/control-spec.txt,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- control-spec.txt	24 Mar 2005 01:15:39 -0000	1.28
+++ control-spec.txt	24 Mar 2005 05:30:08 -0000	1.29
@@ -178,7 +178,11 @@
       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]



More information about the tor-commits mailing list