[#CConnman-DisconnectNode-01] = xref:CConnman.adoc[CConnman]::DisconnectNode :relfileprefix: ../ :mrdocs: Disconnect all peers at the given address, returning whether any matched. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e2b749f28), requires_capability(0x7f2e28942c38), requires_capability(0x7f2e234d1e18), requires_capability(0x7f2e2737e5b8), requires_capability(0x7f2e235efc48), requires_capability(0x7f2e2a34bd38), requires_capability(0x7f2e219f8b08), requires_capability(0x7f2e21c839c8), requires_capability(0x7f2e1aa36528), requires_capability(0x7f2e376b8608), requires_capability(0x7f2e433ce198)]] bool DisconnectNode(xref:CNetAddr.adoc[CNetAddr] const& addr); ---- == Return Value true if at least one peer was disconnected. == Parameters [cols="1,4"] |=== | Name| Description | *addr* | the address whose peers should be disconnected. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#