PolarSSL v1.3.4
|
Cache context. More...
#include <ssl_cache.h>
Data Fields | |
ssl_cache_entry * | chain |
int | timeout |
int | max_entries |
Cache context.
Definition at line 66 of file ssl_cache.h.
ssl_cache_entry* _ssl_cache_context::chain |
start of the chain
Definition at line 68 of file ssl_cache.h.
int _ssl_cache_context::max_entries |
maximum entries
Definition at line 70 of file ssl_cache.h.
int _ssl_cache_context::timeout |
cache entry timeout
Definition at line 69 of file ssl_cache.h.