[#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(0x7ff36f780dc0), requires_capability(0x7ff36f467630), requires_capability(0x7ff37f406bf0), requires_capability(0x7ff3775639c0), requires_capability(0x7ff37b69eec0), requires_capability(0x7ff37e1c6af0), requires_capability(0x7ff379a7d040), requires_capability(0x7ff36f4a4080), requires_capability(0x7ff37bc14ce0), requires_capability(0x7ff3814a4cb0), requires_capability(0x7ff3666cbd30)]] 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]#