aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket40652
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2022-08-04 10:03:19 -0400
committerDavid Goulet <dgoulet@torproject.org>2022-08-09 11:01:12 -0400
commit8bf1a86ae1f3f71fa4b8b13f6d8eef5ad5eff8ca (patch)
tree75cafa4f6ce9f1449353d5098286a97a2a381cf3 /changes/ticket40652
parent681c15a32d7d484ba90a32ab4b29b85447e7430c (diff)
downloadtor-8bf1a86ae1f3f71fa4b8b13f6d8eef5ad5eff8ca.tar.gz
tor-8bf1a86ae1f3f71fa4b8b13f6d8eef5ad5eff8ca.zip
dirauth: Make voting flag threshold tunable via torrc
Remove UPTIME_TO_GUARANTEE_STABLE, MTBF_TO_GUARANTEE_STABLE, TIME_KNOWN_TO_GUARANTEE_FAMILIAR WFU_TO_GUARANTEE_GUARD and replace each of them with a tunnable torrc option. Related to #40652 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes/ticket40652')
-rw-r--r--changes/ticket4065213
1 files changed, 9 insertions, 4 deletions
diff --git a/changes/ticket40652 b/changes/ticket40652
index 2b9f2ee1cb..ff9f4d0591 100644
--- a/changes/ticket40652
+++ b/changes/ticket40652
@@ -1,5 +1,10 @@
o Minor features (dirauth):
- - Add an AuthDirVoteGuard torrc option that can allow authorities to assign
- the Guard flag to the given fingerprints/country code/IPs. This is a
- needed feature mostly for defense purposes in case a DoS hits the network
- and relay start losing the Guard flags too fast. Closes ticket 40652.
+ - Add an AuthDirVoteGuard torrc option that can allow authorities to
+ assign the Guard flag to the given fingerprints/country code/IPs. This
+ is a needed feature mostly for defense purposes in case a DoS hits the
+ network and relay start losing the Guard flags too fast.
+ - Make UPTIME_TO_GUARANTEE_STABLE, MTBF_TO_GUARANTEE_STABLE,
+ TIME_KNOWN_TO_GUARANTEE_FAMILIAR WFU_TO_GUARANTEE_GUARD tunable from
+ torrc.
+ - Add a torrc option to control the Guard flag bandwidth threshold
+ percentile. Closes ticket 40652.