[][src]Function actori_tls::max_concurrent_ssl_connect

pub fn max_concurrent_ssl_connect(num: usize)

Sets the maximum per-worker concurrent ssl connection establish process.

All listeners will stop accepting connections when this limit is reached. It can be used to limit the global SSL CPU usage.

By default max connections is set to a 256.