tor/changes/14881

9 lines
394 B
Plaintext
Raw Normal View History

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
2016-11-06 22:48:52 +01:00
small testing networks) and causing an error. Fixes bug 14881; bugfix
on 0.2.2.17-alpha.
2016-10-04 03:09:25 +02:00
o Minor features (unit tests):
2016-11-06 22:48:52 +01:00
- Add tests for networkstatus_compute_bw_weights_v10.