[#CNode-GetLocalNonce] = xref:CNode.adoc[CNode]::GetLocalNonce :relfileprefix: ../ :mrdocs: Return the local nonce used to detect connections to ourselves. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- uint64_t GetLocalNonce() const; ---- == Return Value the local host nonce for this connection. [.small]#Created with https://www.mrdocs.com[MrDocs]#