[#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(0x7ff36f7815e8), requires_capability(0x7ff36f467e58), requires_capability(0x7ff37f407418), requires_capability(0x7ff3775641e8), requires_capability(0x7ff37b69f6e8), requires_capability(0x7ff37e1c7318), requires_capability(0x7ff379a7d868), requires_capability(0x7ff36f4a48a8), requires_capability(0x7ff37bc15508), requires_capability(0x7ff3814a54d8), requires_capability(0x7ff3666cc558)]] int GetExtraFullOutboundCount() const; ---- == Return Value the number of outbound peers in excess of our target. [.small]#Created with https://www.mrdocs.com[MrDocs]#