bug4483-multiple-consensus-downloads 485 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. With #15775, it reduces failures due to fallback churn.
  6. Implements #4483 (reduce failures when authorities are down).
  7. Patch by "teor".
  8. Implements IPv4 portions of proposal #210 by "mikeperry" and
  9. "teor".