aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2022-08-09 11:01:44 -0400
committerDavid Goulet <dgoulet@torproject.org>2022-08-09 11:01:44 -0400
commit16664c00174e4766eb6bf509e79e4c43731e4365 (patch)
treef0083966ddab30990e3df6eadf8d962766ff2c21 /changes
parentac306581af99df2c803edf6a3e93aa6fb4fe20af (diff)
parentb2665ad63949aa0838ef899c2b080b0addb98756 (diff)
downloadtor-16664c00174e4766eb6bf509e79e4c43731e4365.tar.gz
tor-16664c00174e4766eb6bf509e79e4c43731e4365.zip
Merge branch 'maint-0.4.7'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket4065210
1 files changed, 10 insertions, 0 deletions
diff --git a/changes/ticket40652 b/changes/ticket40652
new file mode 100644
index 0000000000..ff9f4d0591
--- /dev/null
+++ b/changes/ticket40652
@@ -0,0 +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.
+ - 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.