[#CConnman-GetFullOutboundConnCount] = xref:CConnman.adoc[CConnman]::GetFullOutboundConnCount :relfileprefix: ../ :mrdocs: Return the number of full‐relay outbound peers we have. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e2b748d48), requires_capability(0x7f2e28941a58), requires_capability(0x7f2e234d0c38), requires_capability(0x7f2e2737d3d8), requires_capability(0x7f2e235eea68), requires_capability(0x7f2e2a34ab58), requires_capability(0x7f2e219f7928), requires_capability(0x7f2e21c827e8), requires_capability(0x7f2e1aa35348), requires_capability(0x7f2e376b7428), requires_capability(0x7f2e433ccfb8)]] int GetFullOutboundConnCount() const; ---- == Return Value the number of full‐relay outbound peers. [.small]#Created with https://www.mrdocs.com[MrDocs]#