aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-02-04 10:41:11 -0500
committerNick Mathewson <nickm@torproject.org>2013-02-04 10:41:25 -0500
commit317d16de04ef9f2fa827b3bea2d858069a721e24 (patch)
treefbda50fda1b1fce1f220d72765888a1ccd4cd934 /changes
parent8be7f69f8d2bdf074e5e90279dd42e182562ba7d (diff)
downloadtor-317d16de04ef9f2fa827b3bea2d858069a721e24.tar.gz
tor-317d16de04ef9f2fa827b3bea2d858069a721e24.zip
Increase the minimum value for the Fast flag to 4096.
Fix for 8145.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug8146_etc4
1 files changed, 3 insertions, 1 deletions
diff --git a/changes/bug8146_etc b/changes/bug8146_etc
index d59c4c1af8..3775aa5059 100644
--- a/changes/bug8146_etc
+++ b/changes/bug8146_etc
@@ -1,5 +1,7 @@
o Major bugfixes (security, directory authority):
- When computing directory thresholds, ignore any rejected-as-sybil
nodes during the computation so that they can't influence Fast,
- Guard, etc. Fixes bug 8146.
+ Guard, etc. Fixes bug 8146.
+ - When computing thresholds for flags, never let the threshold for
+ the Fast flag to 4096 bytes. Fixes bug 8145.