Constant zebra_network::constants::OUTBOUND_PEER_LIMIT_MULTIPLIER
source ยท pub const OUTBOUND_PEER_LIMIT_MULTIPLIER: usize = 3;
Expand description
A multiplier used to calculate the outbound connection limit for the peer set,
See INBOUND_PEER_LIMIT_MULTIPLIER
for details.