[#CNode-nVersion] = xref:CNode.adoc[CNode]::nVersion :relfileprefix: ../ :mrdocs: Protocol version advertised by the peer (0 until received). == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::atomic<int> nVersion = {0}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#