diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-04-18 22:43:52 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-04-18 22:43:52 -0400 |
commit | b933360ee848873db6c051eabe5aecd01b3f67a3 (patch) | |
tree | c8b3db403308586334353ad4525e774169cfe3de /changes/bug8711 | |
parent | e35ca135282c6b833f51543988580bd860b49be6 (diff) | |
download | tor-b933360ee848873db6c051eabe5aecd01b3f67a3.tar tor-b933360ee848873db6c051eabe5aecd01b3f67a3.tar.gz |
Add a boolean to flag-thresholds for "we have enough measured bandwidth"
Implements #8711.
Diffstat (limited to 'changes/bug8711')
-rw-r--r-- | changes/bug8711 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug8711 b/changes/bug8711 new file mode 100644 index 000000000..28a1daa45 --- /dev/null +++ b/changes/bug8711 @@ -0,0 +1,6 @@ + o Minor features (authority): + - Add a "ignoring-advertised-bws" boolean to our flag-thresholds + lines to describe whether we have enough measured bandwidths to + ignore advertised bandwidth claims. Closes ticket 8711. + + |