[#CConnman-CheckIncomingNonce] = xref:CConnman.adoc[CConnman]::CheckIncomingNonce :relfileprefix: ../ :mrdocs: Return whether the given nonce differs from every outbound connection's local nonce. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f950f5fe060), requires_capability(0x7f950ed86890), requires_capability(0x7f950b48eb00), requires_capability(0x7f95034d1720), requires_capability(0x7f950e20eaf0), requires_capability(0x7f9527746790), requires_capability(0x7f950c323920), requires_capability(0x7f950c23f550), requires_capability(0x7f95018b8d00), requires_capability(0x7f950bd90bb0), requires_capability(0x7f95065c82b0)]] bool CheckIncomingNonce(uint64_t nonce); ---- == Return Value true if the nonce does not match any outbound connection's local nonce. == Parameters [cols="1,4"] |=== | Name| Description | *nonce* | the nonce received from an incoming connection. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#