diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-07-12 18:20:54 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-07-12 18:20:54 +0000 |
commit | 2d52be47b79b0ae46cc1edfcf8a50cf9325f4cc0 (patch) | |
tree | 42a819b810225a46653da1e5160ce8e1ae8580b8 /doc/control-spec.txt | |
parent | 0828feaf7cd4cf156a074eafd9cc83399d4781c2 (diff) | |
download | tor-2d52be47b79b0ae46cc1edfcf8a50cf9325f4cc0.tar.gz tor-2d52be47b79b0ae46cc1edfcf8a50cf9325f4cc0.zip |
checkpoint minor control-spec cleanups
svn:r4533
Diffstat (limited to 'doc/control-spec.txt')
-rw-r--r-- | doc/control-spec.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt index 152751189b..b9ba57e65d 100644 --- a/doc/control-spec.txt +++ b/doc/control-spec.txt @@ -164,8 +164,7 @@ $Id$ EventCode = "CIRC" / "STREAM" / "ORCONN" / "BW" / "DEBUG" / "INFO" / "NOTICE" / "WARN" / "ERR" / "NEWDESC" / "ADDRMAP" -[XXX We should have an "ADDRESSMAP" event to hear when we learn -about dns resolves, etc, so the controller can keep synced. -RD] +[XXX DEBUG doesn't work. -NM] Any events *not* listed in the SETEVENTS line are turned off; thus, sending SETEVENTS with an empty body turns off all event reporting. @@ -555,9 +554,9 @@ about dns resolves, etc, so the controller can keep synced. -RD] StreamStatus = "NEW" / ; New request to connect - "NEWRESOLVE" / ; New request to resolve an address - "SENTCONNECT" / ; Sent a connect cell along a circuit - "SENTRESOLVE" / ; Sent a resolve cell along a circuit + "NEWRESOLVE" / ; New request to resolve an address + "SENTCONNECT" / ; Sent a connect cell along a circuit + "SENTRESOLVE" / ; Sent a resolve cell along a circuit "SUCCEEDED" / ; Received a reply; stream established "FAILED" / ; Stream failed and not retriable. "CLOSED" / ; Stream closed |