diff options
author | Andrea Shepard <andrea@torproject.org> | 2013-03-18 11:15:21 -0700 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2013-03-18 11:15:21 -0700 |
commit | f93f7e331be94114d82c17108e741eb2482e6bda (patch) | |
tree | d733ab212813e286a3cfc3fec0ef306c628f3f46 /changes | |
parent | 8027ebb5fdf43b5aa63e498c1f8e3c6b2c87bbb7 (diff) | |
download | tor-f93f7e331be94114d82c17108e741eb2482e6bda.tar.gz tor-f93f7e331be94114d82c17108e741eb2482e6bda.zip |
Ignore advertised bandwidths if we have enough measured bandwidths available
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug8435 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug8435 b/changes/bug8435 new file mode 100644 index 0000000000..da7ca7c1f8 --- /dev/null +++ b/changes/bug8435 @@ -0,0 +1,4 @@ + o Major bugfixes: + - When dirserv.c computes flags and thresholds, ignore advertised + bandwidths if we have more than a threshold number of routers with + measured bandwidths. |