aboutsummaryrefslogtreecommitdiff
path: root/socks-extensions.txt
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-10-28 08:16:19 +0000
committerRoger Dingledine <arma@torproject.org>2007-10-28 08:16:19 +0000
commit203fc050a362f855074c3278bd3971d258ab169e (patch)
tree3d940b9542febdd94b3132058736420df2d29772 /socks-extensions.txt
parent41bcf0599504d24add3e9f4cfda09c65699460a3 (diff)
downloadtorspec-203fc050a362f855074c3278bd3971d258ab169e.tar.gz
torspec-203fc050a362f855074c3278bd3971d258ab169e.zip
Separate "SOCKS_COMMAND_CONNECT_DIR" into two flags in
edge_connection_t: want_onehop if it must attach to a circuit with only one hop (e.g. for the current tunnelled connections that use begin_dir), and use_begindir if we mean to use a BEGIN_DIR relay command to establish the stream rather than the normal BEGIN. Now we can make anonymized begin_dir connections for (e.g.) more secure hidden service posting and fetching. svn:r12244
Diffstat (limited to 'socks-extensions.txt')
-rw-r--r--socks-extensions.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/socks-extensions.txt b/socks-extensions.txt
index 8097c66..49c9660 100644
--- a/socks-extensions.txt
+++ b/socks-extensions.txt
@@ -60,6 +60,8 @@ Tor's extensions to the SOCKS protocol
directory port of the Tor server specified by address:port (the port
specified should be the ORPort of the server). It uses a one-hop tunnel
and a "BEGIN_DIR" relay cell to accomplish this secure connection.
+ Th F2 command value was removed in Tor 0.2.0.10-alpha in favor of a
+ new use_begindir flag in edge_connection_t.
4. HTTP-resistance