pub const MAX_NETWORK_CONNECTIONS: usize = 4096;Expand description
Maximum accepted value for NetworkConfig::max_connections.
The smoltcp stack allocates per-connection socket buffers, so unusually large values can become a host-memory footgun before policy has a chance to reject traffic.