]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add back comments about Stable/familiar decay
authorGeorg Koppen <gk@torproject.org>
Wed, 21 Dec 2022 10:43:26 +0000 (10:43 +0000)
committerGeorg Koppen <gk@torproject.org>
Wed, 21 Dec 2022 10:43:26 +0000 (10:43 +0000)
Closes: #40734.
src/feature/dirauth/dirauth_options.inc

index a43ed285ce370a5b9aca87d632d5a8022da61a11..e2056c9cc7ad4a1409fc350c05abafb44775d5d7 100644 (file)
@@ -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. */