Return whether the given nonce differs from every outbound connection's local nonce.
Synopsis
Declared in <net.h>
[[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
Name |
Description |
nonce |
the nonce received from an incoming connection. |
Created with MrDocs