diff options
author | Linus Nordberg <linus@nordberg.se> | 2012-05-28 14:41:04 +0200 |
---|---|---|
committer | Linus Nordberg <linus@torproject.org> | 2012-07-19 18:21:22 +0200 |
commit | 044da1bf0f3bf6299c33d837839ec80ca1966723 (patch) | |
tree | 4fc5ec65539d8115f867a5dca6ff6dffcae83531 /src/or/or.h | |
parent | cdef2b181a0a7690736132542fbc5307d5c38955 (diff) | |
download | tor-044da1bf0f3bf6299c33d837839ec80ca1966723.tar.gz tor-044da1bf0f3bf6299c33d837839ec80ca1966723.zip |
Add configure option AuthDirHasIPv6Connectivity.
Implements enhancement 5974.
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index a8ef4d97c8..9474c00fae 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3273,6 +3273,7 @@ typedef struct { int AuthDirMaxServersPerAuthAddr; /**< Do not permit more than this * number of servers per IP address shared * with an authority. */ + int AuthDirHasIPv6Connectivity; /**< Autoboolean: are we on IPv6? */ /** If non-zero, always vote the Fast flag for any relay advertising * this amount of capacity or more. */ |