Sergey Pastor / 1

Dependents:   Nucleo

Embed: (wiki syntax)

« Back to documentation index

TlsCache Struct Reference

TlsCache Struct Reference

Session cache. More...

#include <tls.h>

Data Fields

OsMutex mutex
 Mutex preventing simultaneous access to the cache.
uint_t size
 Maximum number of entries.
TlsSession sessions []
 Cache entries.

Detailed Description

Session cache.

Definition at line 1351 of file tls.h.


Field Documentation

Mutex preventing simultaneous access to the cache.

Definition at line 1353 of file tls.h.

Cache entries.

Definition at line 1355 of file tls.h.

uint_t size

Maximum number of entries.

Definition at line 1354 of file tls.h.