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.