aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-05-22 09:48:10 -0400
committerNick Mathewson <nickm@torproject.org>2013-02-19 11:05:15 -0500
commite73bbea26271dd6db75ca5c676f3c4ba8fc735e4 (patch)
tree78342452f8bb10737736209265e0e5901c48d5d3 /changes
parent1cd67443383966687af3b2f9086ceeb7915017bf (diff)
downloadtor-e73bbea26271dd6db75ca5c676f3c4ba8fc735e4.tar
tor-e73bbea26271dd6db75ca5c676f3c4ba8fc735e4.tar.gz
Tweak consensus method 17 based on arma's comments
Instead of capping whenever a router has fewer than 3 measurements, we cap whenever a router has fewer than 3 measurements *AND* there are at least 3 authorities publishing measured bandwidths. We also generate bandwidth lines with a new "Unmeasured=1" flag, meaning that we didn't have enough observations for a node to use measured bandwidth values in the authority's input, whether we capped it or not.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug22865
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug2286 b/changes/bug2286
new file mode 100644
index 000000000..4f8dfbbf6
--- /dev/null
+++ b/changes/bug2286
@@ -0,0 +1,5 @@
+ o Major features (directory authority):
+ - Directory authorities now support a new consensus method (17)
+ where they cap the published bandwidth of servers for which
+ insufficient bandwidth measurements exist. Fixes part of bug
+ 2286.