bug13126 551 B

12345678910
  1. o Code simplification and refactoring:
  2. - Remove our old, non-weighted bandwidth-based node selection code.
  3. Previously, we used it as a fallback when we couldn't perform
  4. weighted bandwidth-based node selection. But that would only
  5. happen in the cases where we had no consensus, or when we had a
  6. consensus generated by buggy or ancient directory authorities. In
  7. either case, it's better to use the more modern, better maintained
  8. algorithm, with reasonable defaults for the weights. Closes
  9. ticket 13126.