aboutsummaryrefslogtreecommitdiff
path: root/src/app/config/or_options_st.h
diff options
context:
space:
mode:
authorNeel Chauhan <neel@neelc.org>2020-02-18 08:20:11 -0800
committerDavid Goulet <dgoulet@torproject.org>2020-03-09 09:33:00 -0400
commit7d673e70b072663e3f9f11819b166846e578251d (patch)
treebee9fffb6773c399f487718c57fdcdc3349a2181 /src/app/config/or_options_st.h
parent17724a7cdeb9b98539831f1164a82784f1fb050f (diff)
downloadtor-7d673e70b072663e3f9f11819b166846e578251d.tar.gz
tor-7d673e70b072663e3f9f11819b166846e578251d.zip
Remove the ClientAutoIPv6ORPort option
Diffstat (limited to 'src/app/config/or_options_st.h')
-rw-r--r--src/app/config/or_options_st.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/app/config/or_options_st.h b/src/app/config/or_options_st.h
index 35ba15a9e2..bf58205f89 100644
--- a/src/app/config/or_options_st.h
+++ b/src/app/config/or_options_st.h
@@ -662,9 +662,6 @@ struct or_options_t {
* accessing this value directly. */
int ClientPreferIPv6DirPort;
- /** If true, prefer an IPv4 or IPv6 OR port at random. */
- int ClientAutoIPv6ORPort;
-
/** The length of time that we think a consensus should be fresh. */
int V3AuthVotingInterval;
/** The length of time we think it will take to distribute votes. */