[#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(0x7ff36f781728), requires_capability(0x7ff36f467f98), requires_capability(0x7ff37f407558), requires_capability(0x7ff377564328), requires_capability(0x7ff37b69f828), requires_capability(0x7ff37e1c7458), requires_capability(0x7ff379a7d9a8), requires_capability(0x7ff36f4a49e8), requires_capability(0x7ff37bc15648), requires_capability(0x7ff3814a5618), requires_capability(0x7ff3666cc698)]] int GetExtraBlockRelayCount() const; ---- == Return Value the number of block‐relay‐only peers over our limit. [.small]#Created with https://www.mrdocs.com[MrDocs]#