Skip to main content

DEFAULT_MAX_CONNECTIONS_PER_IP

Constant DEFAULT_MAX_CONNECTIONS_PER_IP 

Source
pub const DEFAULT_MAX_CONNECTIONS_PER_IP: u64 = 0;
Expand description

Default per-(cluster, source-IP) connection limit. 0 means unlimited. Counts are kept per (cluster_id, source_ip) so two clusters never share a counter even from the same IP. Per-cluster overrides on the Cluster message take precedence.