[#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(0x7f950f15d698), guarded_by(0x7f950f1ec9a8), guarded_by(0x7f950aff0088), guarded_by(0x7f9503032f88), guarded_by(0x7f95236c1a38), guarded_by(0x7f952527b1a8), guarded_by(0x7f950ec807f8), guarded_by(0x7f950dc34028), guarded_by(0x7f951df8fbc8), guarded_by(0x7f9524e49668), guarded_by(0x7f950f723908)]] uint64_t nRecvBytes = {0}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#