solana_streamer::nonblocking::quic

Constant DEFAULT_MAX_CONNECTIONS_PER_IPADDR_PER_MINUTE

Source
pub const DEFAULT_MAX_CONNECTIONS_PER_IPADDR_PER_MINUTE: u64 = 8;
Expand description

The new connections per minute from a particular IP address. Heuristically set to the default maximum concurrent connections per IP address. Might be adjusted later.