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