CConnman::CheckIncomingNonce

Return whether the given nonce differs from every outbound connection's local nonce.

Synopsis

Declared in <net.h>

[[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

NameDescription
noncethe nonce received from an incoming connection.