]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
r16234@catbus: nickm | 2007-10-28 14:27:22 -0400
authorNick Mathewson <nickm@torproject.org>
Sun, 28 Oct 2007 18:29:29 +0000 (18:29 +0000)
committerNick Mathewson <nickm@torproject.org>
Sun, 28 Oct 2007 18:29:29 +0000 (18:29 +0000)
 Clean up a couple of comments from r12244.

svn:r12253

doc/spec/socks-extensions.txt
src/or/or.h

index 49c9660b1e244144101e723167aac86658596630..8d58987f35334a721631bf31f7ea09a002634c7b 100644 (file)
@@ -60,7 +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
+
+  The 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
index e151a678ca52a115e96f684f50842d2d28131431..fbc7e9faed4dc16f15020628c849fff457b2a9b8 100644 (file)
@@ -910,10 +910,11 @@ typedef struct edge_connection_t {
   /** True iff this connection is for a dns request only. */
   unsigned int is_dns_request : 1;
 
-  /** True iff this stream wants a one-hop circuit (e.g. for begin_dir). */
+  /** True iff this stream must attach to a one-hop circuit (e.g. for
+   * begin_dir). */
   int want_onehop:1;
-  /** True iff this stream should use a begin_dir connection (either via
-   * onehop or via a whole circuit). */
+  /** True iff this stream should use a BEGIN_DIR relay command to establish
+   * itself rather than BEGIN (either via onehop or via a whole circuit). */
   int use_begindir:1;
 
   /** If this is a DNSPort connection, this field holds the pending DNS