mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
allow for adjusting static IO buffer size
This commit is contained in:
@@ -88,7 +88,9 @@ WOLFSSL_API int wolfSSL_GetAllocators(wolfSSL_Malloc_cb*,
|
||||
#define WOLFMEM_MAX_BUCKETS 9
|
||||
#endif
|
||||
#define WOLFMEM_DEF_BUCKETS 9 /* number of default memory blocks */
|
||||
#define WOLFMEM_IO_SZ 16992 /* 16 byte aligned */
|
||||
#ifndef WOLFMEM_IO_SZ
|
||||
#define WOLFMEM_IO_SZ 16992 /* 16 byte aligned */
|
||||
#endif
|
||||
#ifndef WOLFMEM_BUCKETS
|
||||
/* default size of chunks of memory to seperate into
|
||||
* having session certs enabled makes a 21k SSL struct */
|
||||
|
Reference in New Issue
Block a user