aboutsummaryrefslogtreecommitdiff
path: root/doc/control-spec.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-03-24 01:15:39 +0000
committerNick Mathewson <nickm@torproject.org>2005-03-24 01:15:39 +0000
commit27e00e3fdd72fe625c0addf52e24d8f6c10786a7 (patch)
treea0fba2dce58731d13ca894cc01b38607cdd156b9 /doc/control-spec.txt
parentba578f0ed63128d4d245b1d40c0ac01d90f8a0da (diff)
downloadtor-27e00e3fdd72fe625c0addf52e24d8f6c10786a7.tar
tor-27e00e3fdd72fe625c0addf52e24d8f6c10786a7.tar.gz
Document EXTENDCIRCUIT DONE message behavior.
svn:r3853
Diffstat (limited to 'doc/control-spec.txt')
-rw-r--r--doc/control-spec.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt
index ed7ec4bfd..0f8eba9d9 100644
--- a/doc/control-spec.txt
+++ b/doc/control-spec.txt
@@ -320,7 +320,6 @@ the message.
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 @@ the message.
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)