SSL_MODE_RELEASE_BUFFERS

Save RAM by releasing read and write buffers when they're empty. (SSL3 and TLS only.) "Released" buffers are put onto a free-list in the context or just freed (depending on the context's setting for freelist_max_len).

extern (C) nothrow @nogc
enum SSL_MODE_RELEASE_BUFFERS = 0x00000010L;

Meta