Constant openssl::ssl::SSL_OP_COOKIE_EXCHANGE []

pub const SSL_OP_COOKIE_EXCHANGE: SslOption = SslOption{bits: ffi::SSL_OP_COOKIE_EXCHANGE,}

Enables Cookie Exchange as described in RFC 4347 Section 4.2.1.

Only affects DTLS connections.