diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-01-13 12:05:08 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-01-16 14:50:13 -0500 |
commit | 125fba2e9988a7a31d5f6d45d897c3e8f1ca7480 (patch) | |
tree | 55ee3be3cbed4d11c453c5e05409dc562472f157 /changes | |
parent | 1810db9bb32d2e9a1a1fe751368a98edc4524331 (diff) | |
download | tor-125fba2e9988a7a31d5f6d45d897c3e8f1ca7480.tar.gz tor-125fba2e9988a7a31d5f6d45d897c3e8f1ca7480.zip |
Provide consensus params to constrain the threshold for Fast
resolves ticket 3946
Diffstat (limited to 'changes')
-rw-r--r-- | changes/fast_bw_param | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/fast_bw_param b/changes/fast_bw_param new file mode 100644 index 0000000000..abe630d8bc --- /dev/null +++ b/changes/fast_bw_param @@ -0,0 +1,8 @@ + o Minor features (directory authority): + - Provide two consensus parameters (FastFlagMinThreshold and + FastFlagMaxThreshold) to control the range of allowable bandwidths for + the Fast directory flag. This allows authorities to run better + experiments on appropriate requirements for being a "Fast" node. + The AuthDirFastGuarantee flag still applies. + + |