[#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(0x7ff36f7814a8), requires_capability(0x7ff36f467d18), requires_capability(0x7ff37f4072d8), requires_capability(0x7ff3775640a8), requires_capability(0x7ff37b69f5a8), requires_capability(0x7ff37e1c71d8), requires_capability(0x7ff379a7d728), requires_capability(0x7ff36f4a4768), requires_capability(0x7ff37bc153c8), requires_capability(0x7ff3814a5398), requires_capability(0x7ff3666cc418)]] int GetFullOutboundConnCount() const; ---- == Return Value the number of full‐relay outbound peers. [.small]#Created with https://www.mrdocs.com[MrDocs]#