[#MAX_HEADERS_RESULTS] = MAX_HEADERS_RESULTS :mrdocs: Number of headers sent in one getheaders result. We rely on the assumption that if a peer sends less than this number, we reached its tip. Changing this value is a protocol upgrade. == Synopsis Declared in `<net_processing.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr unsigned int MAX_HEADERS_RESULTS = 2000; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#