blob: 23d22a89c4b796fb983ec9c25217c3f7c90bf4b8 (
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.
With #15775, it reduces failures due to fallback churn.
Implements #4483 (reduce failures when authorities are down).
Patch by "teor".
Implements IPv4 portions of proposal #210 by "mikeperry" and
"teor".
|