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

16 MB PSRAM profile - larger RAM-backed pools than the 8 MB profile. 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   24
 
#define PC_EDGE_BODY_MAX   8192
 

Detailed Description

16 MB PSRAM profile - larger RAM-backed pools than the 8 MB profile.

Included before the chip profile (wins for memory-bound sizes). Same PSRAM-resident caveat as 8mbpsram.h: the internal DRAM budget bounds the L1 slot count until an edge-cache PSRAM placement lands. #ifndef-guarded, so your -D overrides still win.

Definition in file 16mbpsram.h.

Macro Definition Documentation

◆ PC_TLS_ARENA_IN_PSRAM

#define PC_TLS_ARENA_IN_PSRAM   1

Definition at line 18 of file 16mbpsram.h.

◆ PC_H2_POOL_IN_PSRAM

#define PC_H2_POOL_IN_PSRAM   1

Definition at line 21 of file 16mbpsram.h.

◆ PC_SSH_ZLIB_IN_PSRAM

#define PC_SSH_ZLIB_IN_PSRAM   1

Definition at line 24 of file 16mbpsram.h.

◆ MAX_TLS_CONNS

#define MAX_TLS_CONNS   8

Definition at line 27 of file 16mbpsram.h.

◆ PC_H2_MAX_STREAMS

#define PC_H2_MAX_STREAMS   32

Definition at line 30 of file 16mbpsram.h.

◆ PC_H3_MAX_STREAMS

#define PC_H3_MAX_STREAMS   32

Definition at line 33 of file 16mbpsram.h.

◆ PC_EDGE_CACHE_SLOTS

#define PC_EDGE_CACHE_SLOTS   24

Definition at line 36 of file 16mbpsram.h.

◆ PC_EDGE_BODY_MAX

#define PC_EDGE_BODY_MAX   8192

Definition at line 39 of file 16mbpsram.h.