diff options
Diffstat (limited to 'changes/bug13126')
-rw-r--r-- | changes/bug13126 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/changes/bug13126 b/changes/bug13126 new file mode 100644 index 0000000000..45d22ee3f3 --- /dev/null +++ b/changes/bug13126 @@ -0,0 +1,10 @@ + o Code simplification and refactoring: + + - Remove our old, non-weighted bandwidth-based node selection code. + Previously, we used it as a fallback when we couldn't perform + weighted bandwidth-based node selection. But that would only + happen in the cases where we had no consensus, or when we had a + consensus generated by buggy or ancient directory authorities. In + either case, it's better to use the more modern, better maintained + algorithm, with reasonable defaults for the weights. Closes + ticket 13126.
\ No newline at end of file |