[#CConnman-GetExtraBlockRelayCount] = xref:CConnman.adoc[CConnman]::GetExtraBlockRelayCount :relfileprefix: ../ :mrdocs: Return the number of block‐relay‐only peers we have over our limit. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e2b748fc8), requires_capability(0x7f2e28941cd8), requires_capability(0x7f2e234d0eb8), requires_capability(0x7f2e2737d658), requires_capability(0x7f2e235eece8), requires_capability(0x7f2e2a34add8), requires_capability(0x7f2e219f7ba8), requires_capability(0x7f2e21c82a68), requires_capability(0x7f2e1aa355c8), requires_capability(0x7f2e376b76a8), requires_capability(0x7f2e433cd238)]] int GetExtraBlockRelayCount() const; ---- == Return Value the number of block‐relay‐only peers over our limit. [.small]#Created with https://www.mrdocs.com[MrDocs]#