mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +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)
|
||||
#define SESSIONS_PER_ROW 2
|
||||
#define SESSION_ROWS 3
|
||||
#elif defined(VERY_SMALL_SESSION_CACHE)
|
||||
#define SESSIONS_PER_ROW 2
|
||||
#define SESSION_ROWS 1
|
||||
#else
|
||||
#define SESSIONS_PER_ROW 3
|
||||
#define SESSION_ROWS 11
|
||||
|
Reference in New Issue
Block a user