//! SSL Services
use ;
use crateCounter;
pub use *;
/// 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.
pub static MAX_CONN: AtomicUsize = new;
thread_local!
/// Ssl error combinded with service error.