[#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(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(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]#