-
CONFIG_NET_RX_STACK_SIZE
¶
RX thread stack size
Type: int
Help¶
Set the RX thread stack size in bytes. The RX thread is waiting data from network. There is one RX thread in the system. This value is a baseline and the actual RX stack size might be bigger depending on what features are enabled.
Defaults¶
- 1500 if
NETWORKING
Kconfig definition¶
At subsys/net/ip/Kconfig.stack:21
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:82
→ subsys/net/ip/Kconfig:564
Menu path: (top menu) → Networking → IP stack → Stack usage
config NET_RX_STACK_SIZE int prompt "RX thread stack size" ifNETWORKING
default 1500 ifNETWORKING
depends onNETWORKING
help Set the RX thread stack size in bytes. The RX thread is waiting data from network. There is one RX thread in the system. This value is a baseline and the actual RX stack size might be bigger depending on what features are enabled.
(Definitions include propagated dependencies, including from if’s and menus.)