mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
Added VERY_SMALL_SESSION_CACHE
This commit is contained in:
@ -4992,6 +4992,9 @@ int AddCA(WOLFSSL_CERT_MANAGER* cm, DerBuffer** pDer, int type, int verify)
|
|||||||
#elif defined(SMALL_SESSION_CACHE)
|
#elif defined(SMALL_SESSION_CACHE)
|
||||||
#define SESSIONS_PER_ROW 2
|
#define SESSIONS_PER_ROW 2
|
||||||
#define SESSION_ROWS 3
|
#define SESSION_ROWS 3
|
||||||
|
#elif defined(VERY_SMALL_SESSION_CACHE)
|
||||||
|
#define SESSIONS_PER_ROW 2
|
||||||
|
#define SESSION_ROWS 1
|
||||||
#else
|
#else
|
||||||
#define SESSIONS_PER_ROW 3
|
#define SESSIONS_PER_ROW 3
|
||||||
#define SESSION_ROWS 11
|
#define SESSION_ROWS 11
|
||||||
|
Reference in New Issue
Block a user