From 203fc050a362f855074c3278bd3971d258ab169e Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sun, 28 Oct 2007 08:16:19 +0000 Subject: 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 --- socks-extensions.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'socks-extensions.txt') 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 -- cgit v1.2.3-54-g00ecf