BanMan::IsBanned

Return whether sub_net is exactly banned

Synopsis

Declared in <banman.h>

[[requires_capability(0x7f2e3ae94cc8)]]
bool
IsBanned(CSubNet const& sub_net);

Return Value

true if the exact subnet is banned.

Parameters

NameDescription
sub_netThe subnet to test.