Return whether we have more than one manual or full‐relay connection to the given network.
Synopsis
Declared in <net.h>
[[requires_capability(0x7f2e2b74a8a8), requires_capability(0x7f2e289435b8), requires_capability(0x7f2e234d2798), requires_capability(0x7f2e2737ef38), requires_capability(0x7f2e235f05c8), requires_capability(0x7f2e2a34c6b8), requires_capability(0x7f2e219f9488), requires_capability(0x7f2e21c84348), requires_capability(0x7f2e1aa36ea8), requires_capability(0x7f2e376b8f88), requires_capability(0x7f2e433ceb18)]]
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