[go: up one dir, main page]

Module accept

Source
Available on crate feature accept only.
Expand description

TLS connection acceptor services.

Modules§

native_tlsnative-tls
native-tls based TLS connection acceptor service.
opensslopenssl
openssl based TLS acceptor service.
rustls_0_20rustls-0_20
rustls v0.20 based TLS connection acceptor service.
rustls_0_21rustls-0_21
rustls v0.21 based TLS connection acceptor service.
rustls_0_22rustls-0_22
rustls v0.22 based TLS connection acceptor service.
rustls_0_23rustls-0_23
rustls v0.23 based TLS connection acceptor service.

Enums§

TlsError
TLS handshake error, TLS timeout, or inner service error.

Functions§

max_concurrent_tls_connect
Sets the maximum per-worker concurrent TLS connection limit.