Constant openssl::ssl::SSL_OP_NO_DTLSV1 []

pub const SSL_OP_NO_DTLSV1: SslOption = SslOption{bits: ffi::SSL_OP_NO_DTLSv1,}

Disables the use of DTLSv1.0

Requires the v102 or v110 features and OpenSSL 1.0.2 or OpenSSL 1.1.0.