diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-02-04 10:47:08 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-02-04 10:47:08 -0500 |
commit | 61995d3e2cd7631df1fcb9fbdf9333dee24566b4 (patch) | |
tree | 58abe3870473458ac4d9d4b262ec89d9dcccd0c0 /changes | |
parent | 317d16de04ef9f2fa827b3bea2d858069a721e24 (diff) | |
download | tor-61995d3e2cd7631df1fcb9fbdf9333dee24566b4.tar.gz tor-61995d3e2cd7631df1fcb9fbdf9333dee24566b4.zip |
Ignore tiny bandwidths entirely when computing thresholds
Another bug 8145 fix.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug8146_etc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug8146_etc b/changes/bug8146_etc index 3775aa5059..274e2abe48 100644 --- a/changes/bug8146_etc +++ b/changes/bug8146_etc @@ -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. + |