[#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(0x7ff36f782688), requires_capability(0x7ff36f468ef8), requires_capability(0x7ff37f4084b8), requires_capability(0x7ff377565288), requires_capability(0x7ff37b6a0788), requires_capability(0x7ff37e1c83b8), requires_capability(0x7ff379a7e908), requires_capability(0x7ff36f4a5948), requires_capability(0x7ff37bc165a8), requires_capability(0x7ff3814a6578), requires_capability(0x7ff3666cd5f8)]] 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]#