[#CConnman-GetExtraFullOutboundCount] = xref:CConnman.adoc[CConnman]::GetExtraFullOutboundCount :relfileprefix: ../ :mrdocs: Return the number of outbound peers we have in excess of our target. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f950f5fe888), requires_capability(0x7f950ed870b8), requires_capability(0x7f950b48f328), requires_capability(0x7f95034d1f48), requires_capability(0x7f950e20f318), requires_capability(0x7f9527746fb8), requires_capability(0x7f950c324148), requires_capability(0x7f950c23fd78), requires_capability(0x7f95018b9528), requires_capability(0x7f950bd913d8), requires_capability(0x7f95065c8ad8)]] int GetExtraFullOutboundCount() const; ---- == Return Value the number of outbound peers in excess of our target. [.small]#Created with https://www.mrdocs.com[MrDocs]#