ProtoCore v0.0.1
Deterministic, zero-heap network stack for embedded targets
Loading...
Searching...
No Matches
32mbpsram.h File Reference

32 MB PSRAM profile - the largest RAM-backed pools. More...

Go to the source code of this file.

Macros

#define PC_TLS_ARENA_IN_PSRAM   1
 
#define PC_H2_POOL_IN_PSRAM   1
 
#define PC_SSH_ZLIB_IN_PSRAM   1
 
#define MAX_TLS_CONNS   8
 
#define PC_H2_MAX_STREAMS   32
 
#define PC_H3_MAX_STREAMS   32
 
#define PC_EDGE_CACHE_SLOTS   32
 
#define PC_EDGE_BODY_MAX   16384
 

Detailed Description

32 MB PSRAM profile - the largest RAM-backed pools.

Included before the chip profile (wins for memory-bound sizes). Same PSRAM-resident caveat as 8mbpsram.h. #ifndef-guarded, so your -D overrides still win.

Definition in file 32mbpsram.h.

Macro Definition Documentation

◆ PC_TLS_ARENA_IN_PSRAM

#define PC_TLS_ARENA_IN_PSRAM   1

Definition at line 17 of file 32mbpsram.h.

◆ PC_H2_POOL_IN_PSRAM

#define PC_H2_POOL_IN_PSRAM   1

Definition at line 20 of file 32mbpsram.h.

◆ PC_SSH_ZLIB_IN_PSRAM

#define PC_SSH_ZLIB_IN_PSRAM   1

Definition at line 23 of file 32mbpsram.h.

◆ MAX_TLS_CONNS

#define MAX_TLS_CONNS   8

Definition at line 26 of file 32mbpsram.h.

◆ PC_H2_MAX_STREAMS

#define PC_H2_MAX_STREAMS   32

Definition at line 29 of file 32mbpsram.h.

◆ PC_H3_MAX_STREAMS

#define PC_H3_MAX_STREAMS   32

Definition at line 32 of file 32mbpsram.h.

◆ PC_EDGE_CACHE_SLOTS

#define PC_EDGE_CACHE_SLOTS   32

Definition at line 35 of file 32mbpsram.h.

◆ PC_EDGE_BODY_MAX

#define PC_EDGE_BODY_MAX   16384

Definition at line 38 of file 32mbpsram.h.