[#BanMan-IsDiscouraged] = xref:BanMan.adoc[BanMan]::IsDiscouraged :relfileprefix: ../ :mrdocs: Return whether net_addr is discouraged. == Synopsis Declared in `<banman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e3ae94e08)]] bool IsDiscouraged(xref:CNetAddr.adoc[CNetAddr] const& net_addr); ---- == Return Value true if the address is (probabilistically) discouraged. == Parameters [cols="1,4"] |=== | Name| Description | *net_addr* | The address to test. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#