Cache context. More...
#include <ssl_cache.h>
Data Fields | |
mbedtls_ssl_cache_entry * | chain |
int | timeout |
int | max_entries |
mbedtls_threading_mutex_t | mutex |
Cache context.
Definition at line 109 of file ssl_cache.h.
start of the chain
Definition at line 111 of file ssl_cache.h.
maximum entries
Definition at line 113 of file ssl_cache.h.
mutex
Definition at line 115 of file ssl_cache.h.
cache entry timeout
Definition at line 112 of file ssl_cache.h.