[#CNode-nRecvBytes] = xref:CNode.adoc[CNode]::nRecvBytes :relfileprefix: ../ :mrdocs: Total number of bytes received on the wire from this peer. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[guarded_by(0x7f2e2b2a7cd8), guarded_by(0x7f2e2ad13428), guarded_by(0x7f2e23031a88), guarded_by(0x7f2e26ede658), guarded_by(0x7f2e23157cd8), guarded_by(0x7f2e36827558), guarded_by(0x7f2e228afc78), guarded_by(0x7f2e431dca38), guarded_by(0x7f2e1b9fbd08), guarded_by(0x7f2e2b9cf8a8), guarded_by(0x7f2e403d1fa8)]] uint64_t nRecvBytes = {0}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#