aboutsummaryrefslogtreecommitdiff
path: root/socks-extensions.txt
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-09-25 05:59:13 +0000
committerRoger Dingledine <arma@torproject.org>2006-09-25 05:59:13 +0000
commitf9572a6204d9bb96045bd81ff2842f80d7895a1e (patch)
treeef967e6d8d5400d170fc12584e5e376bbc6f6720 /socks-extensions.txt
parentb66f4ddd4c8bebb80caa3c7864f79780c4548fcf (diff)
downloadtorspec-f9572a6204d9bb96045bd81ff2842f80d7895a1e.tar.gz
torspec-f9572a6204d9bb96045bd81ff2842f80d7895a1e.zip
checkpoint changelog and general polishing
svn:r8497
Diffstat (limited to 'socks-extensions.txt')
-rw-r--r--socks-extensions.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/socks-extensions.txt b/socks-extensions.txt
index 8040a8b..46cd983 100644
--- a/socks-extensions.txt
+++ b/socks-extensions.txt
@@ -47,10 +47,11 @@ Tor's extensions to the SOCKS protocol
(We support RESOLVE in SOCKS4 too, even though it is unnecessary.)
For SOCKS5 only, we support reverse resolution with a new command value,
- "RESOLVE_PTR". In response to a "RESOLVE_PTR" SOCKS5 command with an IPv4
- address as its target, Tor attempts to find the canonical hostname for that
- IPv4 record, and returns it in the "server bound address" portion of the
- reply. (This was not supported before Tor 0.1.2.2-alpha)
+ "RESOLVE_PTR" [F1]. In response to a "RESOLVE_PTR" SOCKS5 command with
+ an IPv4 address as its target, Tor attempts to find the canonical
+ hostname for that IPv4 record, and returns it in the "server bound
+ address" portion of the reply.
+ (This command was not supported before Tor 0.1.2.2-alpha.)
3. HTTP-resistance