summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-11-14 15:20:28 -0500
committerNick Mathewson <nickm@torproject.org>2012-11-14 23:16:57 -0500
commit85e8d35fca49c0a660e104a85bb727f808b8ffb0 (patch)
tree0abaae08fdcfca072ea00ad3408795d8137403cd /src/or/or.h
parent882b389668067a29bb539d0f5bd5cb2f83b93012 (diff)
downloadtor-85e8d35fca49c0a660e104a85bb727f808b8ffb0.tar.gz
tor-85e8d35fca49c0a660e104a85bb727f808b8ffb0.zip
Add some missing doxygen for ipv6 exit code
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 4566f9152a..a8645f854e 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -1237,7 +1237,6 @@ typedef struct listener_connection_t {
* addresses? */
unsigned int socks_prefer_ipv6 : 1;
-
} listener_connection_t;
/** Minimum length of the random part of an AUTH_CHALLENGE cell. */
@@ -1444,7 +1443,7 @@ typedef struct edge_connection_t {
/** True iff this connection is for a DNS request only. */
unsigned int is_dns_request:1;
- /* DOCDOC exit only */
+ /** True iff this connection is for a PTR DNS request. (exit only) */
unsigned int is_reverse_dns_lookup:1;
unsigned int edge_has_sent_end:1; /**< For debugging; only used on edge
@@ -3772,7 +3771,7 @@ typedef struct {
int PathBiasScaleFactor;
/** @} */
- int IPv6Exit; /**< DOCDOC*/
+ int IPv6Exit; /**< Do we support exiting to IPv6 addresses? */
} or_options_t;