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