bug4483-multiple-consensus-downloads 519 B

123456789
  1. o Major features (consensus downloads):
  2. - Schedule multiple in-progress consensus downloads during client
  3. bootstrap. Use the first one that starts downloading, close the
  4. rest. This reduces failures when authorities are slow or down.
  5. Together with the code for feature 15775, it reduces failures due to fallback churn.
  6. Implements ticket 4483 (reduce failures when authorities are down).
  7. Patch by "teor".
  8. Implements IPv4 portions of proposal 210 by "mikeperry" and
  9. "teor".