ReactOS 0.4.15-dev-7924-g5949c20
mbedtls_ssl_cache_context Struct Reference

Cache context. More...

#include <ssl_cache.h>

Collaboration diagram for mbedtls_ssl_cache_context:

Public Attributes

mbedtls_ssl_cache_entrychain
 
int timeout
 
int max_entries
 

Detailed Description

Cache context.

Definition at line 107 of file ssl_cache.h.

Member Data Documentation

◆ chain

mbedtls_ssl_cache_entry* mbedtls_ssl_cache_context::chain

start of the chain

Definition at line 109 of file ssl_cache.h.

◆ max_entries

int mbedtls_ssl_cache_context::max_entries

maximum entries

Definition at line 111 of file ssl_cache.h.

◆ timeout

int mbedtls_ssl_cache_context::timeout

cache entry timeout

Definition at line 110 of file ssl_cache.h.


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