SSL3_RT_MAX_PLAIN_LENGTH

Maximum plaintext length: defined by SSL/TLS standards

extern (C) nothrow @nogc
enum SSL3_RT_MAX_PLAIN_LENGTH = 16384;

Meta