Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
SSL_CTX_sess_set_cache_size, SSL_CTX_sess_get_cache_size — manipulate session cache sizeSYNOPSIS
#include <openssl/ssl.h>SSL_CTX_sess_set_cache_size(SSL_CTX *ctx, long t);
SSL_CTX_sess_get_cache_size(SSL_CTX *ctx);