CConnman::MultipleManualOrFullOutboundConns

Return whether we have more than one manual or full-relay connection to the given network.

Synopsis

Declared in <net.h>

[[requires_capability(0x7fbc935fb7b8), requires_capability(0x7fbc933623c8), requires_capability(0x7fbc8742b848), requires_capability(0x7fbc97461428), requires_capability(0x7fbc8e97d568), requires_capability(0x7fbc859fe8d8), requires_capability(0x7fbc90e3bd38), requires_capability(0x7fbc8ec36e68), requires_capability(0x7fbc92aef328), requires_capability(0x7fbc7cdb0b98), requires_capability(0x7fbc9fc8cd38)]]
bool
MultipleManualOrFullOutboundConns(Network net) const;

Return Value

true if we have more than one manual or full-relay connection to that network.

Parameters

NameDescription
netthe network to count connections for.