diff options
author | Georg Koppen <gk@torproject.org> | 2022-12-21 10:43:26 +0000 |
---|---|---|
committer | Georg Koppen <gk@torproject.org> | 2022-12-21 10:43:26 +0000 |
commit | 5ba2bf2551b53c40c82f89429bc717b96616dde3 (patch) | |
tree | 960685249e4be8d2ede5a7503f10d0b8ffb2d1af /src/feature/dirauth | |
parent | 923463a1e68418a284c4992a1da52ca30efa9ffd (diff) | |
download | tor-5ba2bf2551b53c40c82f89429bc717b96616dde3.tar.gz tor-5ba2bf2551b53c40c82f89429bc717b96616dde3.zip |
Add back comments about Stable/familiar decay
Closes: #40734.
Diffstat (limited to 'src/feature/dirauth')
-rw-r--r-- | src/feature/dirauth/dirauth_options.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/feature/dirauth/dirauth_options.inc b/src/feature/dirauth/dirauth_options.inc index a43ed285ce..e2056c9cc7 100644 --- a/src/feature/dirauth/dirauth_options.inc +++ b/src/feature/dirauth/dirauth_options.inc @@ -86,11 +86,12 @@ CONF_VAR(AuthDirVoteGuard, ROUTERSET, 0, NULL) CONF_VAR(AuthDirVoteStableGuaranteeMinUptime, INTERVAL, 0, "30 days") /** If a relay's MTBF is at least this value, then it is always stable. See - * above. */ + * above. (Corresponds to about 7 days for current decay rates.) */ CONF_VAR(AuthDirVoteStableGuaranteeMTBF, INTERVAL, 0, "5 days") /** A relay with at least this much weighted time known can be considered - * familiar enough to be a guard. */ + * familiar enough to be a guard. (Corresponds to about 20 days for current + * decay rates.) */ CONF_VAR(AuthDirVoteGuardGuaranteeTimeKnown, INTERVAL, 0, "8 days") /** A relay with sufficient WFU is around enough to be a guard. */ |