PolarSSL v1.3.8
Data Fields
_ssl_cache_context Struct Reference

Cache context. More...

#include <ssl_cache.h>

Collaboration diagram for _ssl_cache_context:
Collaboration graph
[legend]

Data Fields

ssl_cache_entrychain
 
int timeout
 
int max_entries
 

Detailed Description

Cache context.

Definition at line 79 of file ssl_cache.h.

Field Documentation

ssl_cache_entry* _ssl_cache_context::chain

start of the chain

Definition at line 81 of file ssl_cache.h.

int _ssl_cache_context::max_entries

maximum entries

Definition at line 83 of file ssl_cache.h.

int _ssl_cache_context::timeout

cache entry timeout

Definition at line 82 of file ssl_cache.h.


The documentation for this struct was generated from the following file: