Return whether net_addr is discouraged.
Synopsis
Declared in <banman.h>
[[requires_capability(0x7ff35c981048)]]
bool
IsDiscouraged(CNetAddr const& net_addr);
Return Value
true if the address is (probabilistically) discouraged.
Parameters
Name |
Description |
net_addr |
The address to test. |
Created with MrDocs