diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-12-19 10:14:09 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-12-19 10:14:09 -0500 |
commit | 373950340488123fb18c49f8a126a3ef9affb1e6 (patch) | |
tree | 4652cf85738c3051fd19b491c00d074ee49946bf /src/feature/dirauth/dirauth_options.inc | |
parent | cde5abfdc6381e618f9649dd00f74d91d65848d7 (diff) | |
download | tor-373950340488123fb18c49f8a126a3ef9affb1e6.tar.gz tor-373950340488123fb18c49f8a126a3ef9affb1e6.zip |
Move TestingMin{Exit,Fast}FlagThreshold to dirauth module.
Diffstat (limited to 'src/feature/dirauth/dirauth_options.inc')
-rw-r--r-- | src/feature/dirauth/dirauth_options.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/feature/dirauth/dirauth_options.inc b/src/feature/dirauth/dirauth_options.inc index e1550a6e90..82954a9920 100644 --- a/src/feature/dirauth/dirauth_options.inc +++ b/src/feature/dirauth/dirauth_options.inc @@ -70,6 +70,12 @@ CONF_VAR(RecommendedServerVersions, LINELIST, 0, NULL) * altered on testing networks. */ CONF_VAR(TestingAuthDirTimeToLearnReachability, INTERVAL, 0, "30 minutes") +/** Minimum value for the Exit flag threshold on testing networks. */ +CONF_VAR(TestingMinExitFlagThreshold, MEMUNIT, 0, "0") + +/** Minimum value for the Fast flag threshold on testing networks. */ +CONF_VAR(TestingMinFastFlagThreshold, MEMUNIT, 0, "0") + /** Boolean: is this an authoritative directory that's willing to recommend * versions? */ CONF_VAR(VersioningAuthoritativeDirectory, BOOL, 0, "0") |