Constant openssl::ssl::SSL_MODE_ENABLE_PARTIAL_WRITE
[−]
pub const SSL_MODE_ENABLE_PARTIAL_WRITE: SslMode=
SslMode{bits: ffi::SSL_MODE_ENABLE_PARTIAL_WRITE,}
Enables "short writes".
Normally, a write in OpenSSL will always write out all of the requested data, even if it requires more than one TLS record or write to the underlying stream. This option will cause a write to return after writing a single TLS record instead.