SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION

As server, disallow session resumption on renegotiation

extern (C) nothrow @nogc
enum SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION = 0x00010000L;

Meta