Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Tor Specifications
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Core
Tor Specifications
Commits
1417af05
Commit
1417af05
authored
Jul 29, 2020
by
Nick Mathewson
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
control-spec.txt
+12
-3
12 additions, 3 deletions
control-spec.txt
with
12 additions
and
3 deletions
control-spec.txt
+
12
−
3
View file @
1417af05
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment