Ignore tiny bandwidths entirely when computing thresholds

Another bug 8145 fix.
This commit is contained in:
Nick Mathewson
2013-02-04 10:47:08 -05:00
parent 317d16de04
commit 61995d3e2c
2 changed files with 10 additions and 1 deletions
+3
View File
@@ -5,3 +5,6 @@
- When computing thresholds for flags, never let the threshold for
the Fast flag to 4096 bytes. Fixes bug 8145.
- Do not consider nodes with extremely low bandwidths when deciding
thresholds for various directory flags. Another fix for 8145.