aboutsummaryrefslogtreecommitdiff
path: root/src/app/config/or_options_st.h
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@torproject.org>2023-05-11 17:57:00 +0000
committerMike Perry <mikeperry-git@torproject.org>2023-05-11 18:05:28 +0000
commit79dab29a0505e1cee1eee55f346415aeb70e8d6f (patch)
tree75a71d33bfcd76a550dd272bc18caccb2679da5f /src/app/config/or_options_st.h
parent0c115779871e05586cc1aa1526d4cc65aced2b0a (diff)
downloadtor-79dab29a0505e1cee1eee55f346415aeb70e8d6f.tar.gz
tor-79dab29a0505e1cee1eee55f346415aeb70e8d6f.zip
Add torrc option for conflux client UX.
Diffstat (limited to 'src/app/config/or_options_st.h')
-rw-r--r--src/app/config/or_options_st.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/app/config/or_options_st.h b/src/app/config/or_options_st.h
index 056aa3b776..c8680bb49e 100644
--- a/src/app/config/or_options_st.h
+++ b/src/app/config/or_options_st.h
@@ -727,6 +727,10 @@ struct or_options_t {
* circuits which excludes onion service traffic. */
int ConfluxEnabled;
+ /** Has the UX integer value that the client will request from the exit. */
+ char *ConfluxClientUX_option;
+ int ConfluxClientUX;
+
/** 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. */