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

Synopsis

Declared in <net.h>

[[requires_capability(0x7f950f6002a8), requires_capability(0x7f950ed88ad8), requires_capability(0x7f950b490d48), requires_capability(0x7f95034d3968), requires_capability(0x7f950e210d38), requires_capability(0x7f95277489d8), requires_capability(0x7f950c325b68), requires_capability(0x7f950c241798), requires_capability(0x7f95018baf48), requires_capability(0x7f950bd92df8), requires_capability(0x7f95065ca4f8)]]
bool
MultipleManualOrFullOutboundConns(Network net) const;

Return Value

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

Parameters

Name

Description

net

the network to count connections for.

Created with MrDocs