[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Document EXTENDCIRCUIT DONE message behavior.
Update of /home/or/cvsroot/tor/doc
In directory moria.mit.edu:/tmp/cvs-serv9265/doc
Modified Files:
control-spec.txt
Log Message:
Document EXTENDCIRCUIT DONE message behavior.
Index: control-spec.txt
===================================================================
RCS file: /home/or/cvsroot/tor/doc/control-spec.txt,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- control-spec.txt 22 Mar 2005 19:36:38 -0000 1.27
+++ control-spec.txt 24 Mar 2005 01:15:39 -0000 1.28
@@ -320,7 +320,6 @@
key returns the mappings set via the control interface; the 'all'
target returns the mappings set through any mechanism.
-
3.13 INFOVALUE (Type 0x000C)
Sent from the server to the client in response to a GETINFO message.
@@ -343,9 +342,9 @@
request for the server to extend an existing circuit with that ID according
to the specified path.
- If the request for a NEW circuit is successful, then the resultant DONE
- message will contain a message body consisting of the four-octet Circuit ID
- of the newly created circuit.
+ If the request is successful, the server sends a DONE message containing
+ a message body consisting of the four-octet Circuit ID of the newly created
+ circuit.
3.15 ATTACHSTREAM (Type 0x000E)