Crate reth_net_banlist

Crate reth_net_banlist 

Source
Expand description

Support for banning peers.

Structs§

BanList
Stores peers that should be taken out of circulation either indefinitely or until a certain timestamp
IpFilter
IP filter for restricting network communication to specific IP ranges using CIDR notation.

Functions§

is_global
Determines whether or not the IP is globally routable. Should be replaced with IpAddr::is_global once it is stable.