[#IsBadPort] = IsBadPort :mrdocs: Determine if a port is "bad" from the perspective of attempting to connect to a node on that port. == Synopsis Declared in `<netbase.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsBadPort(uint16_t port); ---- == Return Value whether the port is bad == Parameters [cols="1,4"] |=== | Name| Description | *port* [in] | Port to check. |=== == See Also doc/p2p‐bad‐ports.md [.small]#Created with https://www.mrdocs.com[MrDocs]#