[or-cvs] apply control-spec patch from Matt Edman: Circuit status on...
Nick Mathewson
nickm at seul.org
Sun May 21 20:01:15 UTC 2006
Update of /home/or/cvsroot/tor/doc
In directory moria:/tmp/cvs-serv26164
Modified Files:
control-spec.txt
Log Message:
apply control-spec patch from Matt Edman: Circuit status only has a path when it has been extended one or more hops.
Index: control-spec.txt
===================================================================
RCS file: /home/or/cvsroot/tor/doc/control-spec.txt,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -p -d -r1.81 -r1.82
--- control-spec.txt 9 Apr 2006 23:48:12 -0000 1.81
+++ control-spec.txt 21 May 2006 20:01:13 -0000 1.82
@@ -340,7 +340,7 @@ $Id$
"circuit-status"
A series of lines as for a circuit status event. Each line is of
the form:
- CircuitID SP CircStatus SP Path CRLF
+ CircuitID SP CircStatus [SP Path] CRLF
"stream-status"
A series of lines as for a stream status event. Each is of the form:
@@ -675,7 +675,7 @@ $Id$
The syntax is:
- "650" SP "CIRC" SP CircuitID SP CircStatus SP Path
+ "650" SP "CIRC" SP CircuitID SP CircStatus [SP Path]
CircStatus =
"LAUNCHED" / ; circuit ID assigned to new circuit
@@ -686,6 +686,9 @@ $Id$
Path = ServerID *("," ServerID)
+ The path is provided only when the circuit has been extended at least one
+ hop.
+
4.1.2. Stream status changed
The syntax is:
More information about the tor-commits
mailing list