[#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(0x7f2e2b748660), requires_capability(0x7f2e28941370), requires_capability(0x7f2e234d0550), requires_capability(0x7f2e2737ccf0), requires_capability(0x7f2e235ee380), requires_capability(0x7f2e2a34a470), requires_capability(0x7f2e219f7240), requires_capability(0x7f2e21c82100), requires_capability(0x7f2e1aa34c60), requires_capability(0x7f2e376b6d40), requires_capability(0x7f2e433cc8d0)]] 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]#