CConnman::DisconnectNode

Disconnect all peers at the given address, returning whether any matched.

Synopsis

Declared in <net.h>

[[requires_capability(0x7f2e2b749f28), requires_capability(0x7f2e28942c38), requires_capability(0x7f2e234d1e18), requires_capability(0x7f2e2737e5b8), requires_capability(0x7f2e235efc48), requires_capability(0x7f2e2a34bd38), requires_capability(0x7f2e219f8b08), requires_capability(0x7f2e21c839c8), requires_capability(0x7f2e1aa36528), requires_capability(0x7f2e376b8608), requires_capability(0x7f2e433ce198)]]
bool
DisconnectNode(CNetAddr const& addr);

Return Value

true if at least one peer was disconnected.

Parameters

NameDescription
addrthe address whose peers should be disconnected.