[#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(0x7f950f5fe748), requires_capability(0x7f950ed86f78), requires_capability(0x7f950b48f1e8), requires_capability(0x7f95034d1e08), requires_capability(0x7f950e20f1d8), requires_capability(0x7f9527746e78), requires_capability(0x7f950c324008), requires_capability(0x7f950c23fc38), requires_capability(0x7f95018b93e8), requires_capability(0x7f950bd91298), requires_capability(0x7f95065c8998)]] int GetFullOutboundConnCount() const; ---- == Return Value the number of full‐relay outbound peers. [.small]#Created with https://www.mrdocs.com[MrDocs]#