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