[or-cvs] checkpoint minor control-spec cleanups

Nick Mathewson nickm at seul.org
Tue Jul 12 18:20:56 UTC 2005


Update of /home/or/cvsroot/tor/doc
In directory moria:/tmp/cvs-serv26036/doc

Modified Files:
	control-spec.txt 
Log Message:
checkpoint minor control-spec cleanups

Index: control-spec.txt
===================================================================
RCS file: /home/or/cvsroot/tor/doc/control-spec.txt,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- control-spec.txt	27 Jun 2005 23:41:03 -0000	1.44
+++ control-spec.txt	12 Jul 2005 18:20:54 -0000	1.45
@@ -164,8 +164,7 @@
      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 @@
 
       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



More information about the tor-commits mailing list