Skip to content
Snippets Groups Projects
Commit 1417af05 authored by Nick Mathewson's avatar Nick Mathewson :book:
Browse files

Note that MAPADDRESS results can have mixed status codes.

Closes #30123
parent 231c26ef
No related branches found
No related tags found
No related merge requests found
......@@ -169,9 +169,10 @@
ReplyText = XXXX
StatusCode = 3DIGIT
Multiple lines in a single reply from Tor to the controller are guaranteed to
share the same status code. Specific replies are mentioned below in section 3,
and described more fully in section 4.
Unless specified otherwise, multiple lines in a single reply from
Tor to the controller are guaranteed to share the same status
code. Specific replies are mentioned below in section 3, and
described more fully in section 4.
[Compatibility note: versions of Tor before 0.2.0.3-alpha sometimes
generate AsyncReplies of the form "*(MidReplyLine / DataReplyLine)".
......@@ -538,6 +539,14 @@
a certain time, then it must explicitly un-map the address when that
time has elapsed.
MapAddress replies MAY contain mixed status codes.
Example:
C: MAPADDRESS xxx=@@@ 0.0.0.0=bogus1.google.com
S: 512-syntax error: invalid address '@@@'
S: 250 127.199.80.246=bogus1.google.com
3.9. GETINFO
Sent from the client to the server. The syntax is as for GETCONF:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment