mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
9 lines
394 B
Plaintext
9 lines
394 B
Plaintext
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; bugfix
|
|
on 0.2.2.17-alpha.
|
|
|
|
o Minor features (unit tests):
|
|
- Add tests for networkstatus_compute_bw_weights_v10.
|