Return whether we have more than one manual or full-relay connection to the given network.
Declared in <net.h>
[[requires_capability(0x7ff36f783008), requires_capability(0x7ff36f469878), requires_capability(0x7ff37f408e38), requires_capability(0x7ff377565c08), requires_capability(0x7ff37b6a1108), requires_capability(0x7ff37e1c8d38), requires_capability(0x7ff379a7f288), requires_capability(0x7ff36f4a62c8), requires_capability(0x7ff37bc16f28), requires_capability(0x7ff3814a6ef8), requires_capability(0x7ff3666cdf78)]]
bool
MultipleManualOrFullOutboundConns(Network net) const;
true if we have more than one manual or full-relay connection to that network.
| Name | Description |
|---|---|
| net | the network to count connections for. |