Type Alias s2n_tls_sys::s2n_blocked_status::Type

source ·
pub type Type = c_uint;
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.