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

Functions§

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