mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-22 14:23:04 +01:00
Document EXTENDCIRCUIT DONE message behavior.
svn:r3853
This commit is contained in:
parent
ba578f0ed6
commit
27e00e3fdd
1 changed files with 3 additions and 4 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue