[#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(0x7f2e2b748e88), requires_capability(0x7f2e28941b98), requires_capability(0x7f2e234d0d78), requires_capability(0x7f2e2737d518), requires_capability(0x7f2e235eeba8), requires_capability(0x7f2e2a34ac98), requires_capability(0x7f2e219f7a68), requires_capability(0x7f2e21c82928), requires_capability(0x7f2e1aa35488), requires_capability(0x7f2e376b7568), requires_capability(0x7f2e433cd0f8)]] int GetExtraFullOutboundCount() const; ---- == Return Value the number of outbound peers in excess of our target. [.small]#Created with https://www.mrdocs.com[MrDocs]#