summaryrefslogtreecommitdiff
path: root/changes/14881
diff options
context:
space:
mode:
authorMatt Traudt <sirmatt@ksu.edu>2016-09-06 12:09:13 -0400
committerNick Mathewson <nickm@torproject.org>2016-10-26 16:33:54 -0400
commit909ee0e55fa7f03b8b85bc220ba11d91cb495d06 (patch)
tree0b67050f5ef1fc7159612ee1e2b154db235c02cf /changes/14881
parent39375db3dc668f11925a82e6d4cef2beed91d47b (diff)
downloadtor-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/148814
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.