[#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(0x7ff36f2e04b8), guarded_by(0x7ff36e4bcce8), guarded_by(0x7ff37ef684a8), guarded_by(0x7ff3770c5168), guarded_by(0x7ff38f628478), guarded_by(0x7ff37eb78e18), guarded_by(0x7ff37bc1b4c8), guarded_by(0x7ff38919bad8), guarded_by(0x7ff37a03c318), guarded_by(0x7ff383afd708), guarded_by(0x7ff37ca25ce8)]] uint64_t nRecvBytes = {0}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#