SSL_OP_COOKIE_EXCHANGE

Turn on Cookie Exchange (on relevant for servers)

extern (C) nothrow @nogc
enum SSL_OP_COOKIE_EXCHANGE = 0x00002000L;

Meta