Add a boolean to flag-thresholds for "we have enough measured bandwidth"

Implements #8711.
This commit is contained in:
Nick Mathewson
2013-04-18 22:43:52 -04:00
parent e35ca13528
commit b933360ee8
2 changed files with 13 additions and 2 deletions
+6
View File
@@ -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.