diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-02-04 11:11:54 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-02-04 11:11:54 -0500 |
commit | 4eff8b65305248b1e7a57d1efdf8f55039719bd7 (patch) | |
tree | 45ad7bbf37c0d5b1f583d1c072e0210786bfa080 /changes/bug8146_etc | |
parent | 61995d3e2cd7631df1fcb9fbdf9333dee24566b4 (diff) | |
download | tor-4eff8b65305248b1e7a57d1efdf8f55039719bd7.tar.gz tor-4eff8b65305248b1e7a57d1efdf8f55039719bd7.zip |
When we mark a node as a sybil, mark it down and reset its uptime to 0
This prevents bug 8147, where such nodes would accrue points towards
Guard, Fast, HSDir, and so on.
Fixes bug 8147.
Diffstat (limited to 'changes/bug8146_etc')
-rw-r--r-- | changes/bug8146_etc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug8146_etc b/changes/bug8146_etc index 274e2abe48..173ea3b58d 100644 --- a/changes/bug8146_etc +++ b/changes/bug8146_etc @@ -8,3 +8,6 @@ - Do not consider nodes with extremely low bandwidths when deciding thresholds for various directory flags. Another fix for 8145. + - When marking a node as a likely sybil, reset its uptime metrics + to zero, so that it cannot time towards getting marked as Guard, + Stable, or HSDir. Fix for bug 8147. |