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_set_num_tickets, SSL_CTX_get_num_tickets, SSL_set_num_tickets, SSL_get_num_tickets — set and get the number of TLS 1.3 session tickets to be sentSYNOPSIS
#include <openssl/ssl.h>SSL_CTX_set_num_tickets(SSL_CTX *ctx, size_t num_tickets);
SSL_CTX_get_num_tickets(const SSL_CTX *ctx);
SSL_set_num_tickets(SSL *ssl, size_t num_tickets);
SSL_get_num_tickets(const SSL *ssl);