Trait everscale_network::adnl::AdnlPeerFilter
source · [−]pub trait AdnlPeerFilter: Send + Sync {
fn check(
&self,
ctx: NewPeerContext,
ip: PackedSocketAddr,
peer_id: &AdnlNodeIdShort
) -> bool;
}Expand description
New peers filter