[#node-MAX_PEER_TX_REQUEST_IN_FLIGHT] = xref:node.adoc[node]::MAX_PEER_TX_REQUEST_IN_FLIGHT :relfileprefix: ../ :mrdocs: Maximum number of in‐flight transaction requests from a peer. It is not a hard limit, but the threshold at which point the OVERLOADED_PEER_TX_DELAY kicks in. == Synopsis Declared in `<node/txdownloadman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr int32_t MAX_PEER_TX_REQUEST_IN_FLIGHT = 100; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#