[#CConnman-MultipleManualOrFullOutboundConns] = xref:CConnman.adoc[CConnman]::MultipleManualOrFullOutboundConns :relfileprefix: ../ :mrdocs: Return whether we have more than one manual or full‐relay connection to the given network. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[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(xref:Network.adoc[Network] net) const; ---- == Return Value true if we have more than one manual or full‐relay connection to that network. == Parameters [cols="1,4"] |=== | Name| Description | *net* | the network to count connections for. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#