Type Alias s2n_quic::provider::tls::default::ffi::s2n_blocked_status::Type

source ·
pub type Type = u32;
Expand description

Used in non-blocking mode to indicate in which direction s2n-tls became blocked on I/O before it returned control to the caller. This allows an application to avoid retrying s2n-tls operations until I/O is possible in that direction.