[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] some typos and overruns
Update of /home2/or/cvsroot/control/doc
In directory moria:/home/arma/work/onion/cvs/control/doc
Modified Files:
howto.txt
Log Message:
some typos and overruns
Index: howto.txt
===================================================================
RCS file: /home2/or/cvsroot/control/doc/howto.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -d -r1.9 -r1.10
--- howto.txt 2 Dec 2005 00:28:44 -0000 1.9
+++ howto.txt 30 Jan 2006 20:41:41 -0000 1.10
@@ -246,8 +246,8 @@ $Id$
class LogHandler:
def msg(self, severity, message):
print "[%s] %s"%(severity, message)
- con.set_event_handler(LogHandler())
- con.set_events(["DEBUG", "INFO", "NOTICE", "WARN", "ERR"])
+ conn.set_event_handler(LogHandler())
+ conn.set_events(["DEBUG", "INFO", "NOTICE", "WARN", "ERR"])
Using the v1 protocol: (See x.x for information on parsing the results)
SETEVENTS DEBUG INFO NOTICE WARN ERR
@@ -257,9 +257,9 @@ $Id$
The following event types are currently recognized:
CIRC: The status of a circuit has changed.
- These events include an ID string to identify the circuit, the new status
- of the circuit, and a list of the the routers in the circuit's
- current path. The possible status values are:
+ These events include an ID string to identify the circuit, the
+ new status of the circuit, and a list of the the routers in the
+ circuit's current path. The possible status values are:
LAUNCHED -- the circuit has just been started; no work has been
done yet to build it.
EXTENDED -- the circuit has just been extended a single step.
@@ -268,10 +268,10 @@ $Id$
CLOSED -- a successfully built circuit is now closed.
STREAM: The status of an application stream has changed.
- These events include an string to identity the stream, the new status
- of the stream, the ID of the circuit (if any) that the stream is
- using, and the destination of the stream. Recognized status values
- are:
+ These events include an string to identity the stream, the
+ new status of the stream, the ID of the circuit (if any)
+ that the stream is using, and the destination of the stream.
+ Recognized status values are:
NEW -- an application has asked for an anonymous connection
NEWRESOLVED -- an application has asked for an anonymous hostname
lookup