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

4 MB PSRAM profile - between the 2 MB and 8 MB steps. 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   4
 
#define PC_H2_MAX_STREAMS   16
 
#define PC_H3_MAX_STREAMS   16
 

Detailed Description

4 MB PSRAM profile - between the 2 MB and 8 MB steps.

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 4mbpsram.h.

Macro Definition Documentation

◆ PC_TLS_ARENA_IN_PSRAM

#define PC_TLS_ARENA_IN_PSRAM   1

Definition at line 17 of file 4mbpsram.h.

◆ PC_H2_POOL_IN_PSRAM

#define PC_H2_POOL_IN_PSRAM   1

Definition at line 20 of file 4mbpsram.h.

◆ PC_SSH_ZLIB_IN_PSRAM

#define PC_SSH_ZLIB_IN_PSRAM   1

Definition at line 23 of file 4mbpsram.h.

◆ MAX_TLS_CONNS

#define MAX_TLS_CONNS   4

Definition at line 26 of file 4mbpsram.h.

◆ PC_H2_MAX_STREAMS

#define PC_H2_MAX_STREAMS   16

Definition at line 29 of file 4mbpsram.h.

◆ PC_H3_MAX_STREAMS

#define PC_H3_MAX_STREAMS   16

Definition at line 32 of file 4mbpsram.h.