[#CNode-fPauseRecv] = xref:CNode.adoc[CNode]::fPauseRecv :relfileprefix: ../ :mrdocs: Whether receiving from this peer is currently paused (receive buffer full). == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::atomic_bool fPauseRecv = {false}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#