diff options
author | Matt Traudt <sirmatt@ksu.edu> | 2016-09-06 12:09:13 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-10-26 16:33:54 -0400 |
commit | 909ee0e55fa7f03b8b85bc220ba11d91cb495d06 (patch) | |
tree | 0b67050f5ef1fc7159612ee1e2b154db235c02cf /changes/14881 | |
parent | 39375db3dc668f11925a82e6d4cef2beed91d47b (diff) | |
download | tor-909ee0e55fa7f03b8b85bc220ba11d91cb495d06.tar.gz tor-909ee0e55fa7f03b8b85bc220ba11d91cb495d06.zip |
Fix default bw weights with new consensus method
See #14881
Diffstat (limited to 'changes/14881')
-rw-r--r-- | changes/14881 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/14881 b/changes/14881 new file mode 100644 index 0000000000..a8ca9c9c6f --- /dev/null +++ b/changes/14881 @@ -0,0 +1,4 @@ + o Minor bugfixes (consensus weight): + - Add new consensus method that initializes bw weights to 1 instead of 0. This + prevents a zero weight from making it all the way to the end (happens in + small testing networks) and causing an error. Fixes bug 14881. |