aboutsummaryrefslogtreecommitdiff
path: root/src/headerssync.cpp
AgeCommit message (Collapse)Author
2023-10-12tidy: modernize-use-emplaceMarcoFalke
2023-10-05headerssync: update params for 26.xfanquake
2023-09-28Update parameters in headerssync.cppPieter Wuille
2023-09-13Do not use std::vector = {} to release memoryPieter Wuille
2022-12-12[headerssync] Make m_commit_offset protecteddergoegge
2022-08-30Move headerssync logging to BCLog::NETSuhas Daftuar
2022-08-29Utilize anti-DoS headers download strategySuhas Daftuar
Avoid permanently storing headers from a peer, unless the headers are part of a chain with sufficiently high work. This prevents memory attacks using low-work headers. Designed and co-authored with Pieter Wuille.