aboutsummaryrefslogtreecommitdiff
path: root/src/app/config/or_options_st.h
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@torproject.org>2022-02-03 12:01:23 +0000
committerMike Perry <mikeperry-git@torproject.org>2022-02-22 19:28:35 +0000
commitb2553bfba28b2e26f09041a3d78fa39c35fd4ac8 (patch)
tree896677eaf525afbe5decee7c628b5d73b6e5a7b8 /src/app/config/or_options_st.h
parent0a6cde8756423336c8e6901b55c31d67a2a35245 (diff)
downloadtor-b2553bfba28b2e26f09041a3d78fa39c35fd4ac8.tar.gz
tor-b2553bfba28b2e26f09041a3d78fa39c35fd4ac8.zip
Use path type hint for Vegas queue parameters.
These parameters will vary depending on path length, especially for onions.
Diffstat (limited to 'src/app/config/or_options_st.h')
-rw-r--r--src/app/config/or_options_st.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/app/config/or_options_st.h b/src/app/config/or_options_st.h
index a1ef7a8cf8..290a2bb9b4 100644
--- a/src/app/config/or_options_st.h
+++ b/src/app/config/or_options_st.h
@@ -604,6 +604,9 @@ struct or_options_t {
/** Boolean: Switch to override consensus to enable congestion control */
int AlwaysCongestionControl;
+ /** Boolean: Switch to specify this is an sbws measurement exit */
+ int SbwsExit;
+
int RephistTrackTime; /**< How many seconds do we keep rephist info? */
/** Should we always fetch our dir info on the mirror schedule (which
* means directly from the authorities) no matter our other config? */