summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoff Goodell <goodell@eecs.harvard.edu>2005-03-24 05:30:08 +0000
committerGeoff Goodell <goodell@eecs.harvard.edu>2005-03-24 05:30:08 +0000
commit8fc1061b8484390c856e46db0017e759705a7017 (patch)
tree9feef121e4636bd70f4a1820fc4da302cb299311
parent27e00e3fdd72fe625c0addf52e24d8f6c10786a7 (diff)
downloadtor-8fc1061b8484390c856e46db0017e759705a7017.tar.gz
tor-8fc1061b8484390c856e46db0017e759705a7017.zip
added short descriptions to circuit-related event codes
svn:r3854
-rw-r--r--doc/control-spec.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt
index 0f8eba9d9f..f3b148d158 100644
--- a/doc/control-spec.txt
+++ b/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]