diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-02-04 10:19:26 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-02-04 10:19:26 -0500 |
commit | 40c13240c08349b94d39a1af320f61a1f7a4fda0 (patch) | |
tree | e5ee040d85fd01d27a7aa22cbfa595a1f9735bf5 /changes | |
parent | ddf2c36ab1e606ea9dcd0253512da16ab17b3457 (diff) | |
download | tor-40c13240c08349b94d39a1af320f61a1f7a4fda0.tar.gz tor-40c13240c08349b94d39a1af320f61a1f7a4fda0.zip |
When computing performance thresholds, ignore omitted-as-sybil nodes.
Fixes bug 8146.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug8146_etc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug8146_etc b/changes/bug8146_etc new file mode 100644 index 0000000000..d59c4c1af8 --- /dev/null +++ b/changes/bug8146_etc @@ -0,0 +1,5 @@ + 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. + |