CONFIG_NET_TCP_WORKQ_STACK_SIZE
TCP work queue thread stack size
Type: int
Help
Set the TCP work queue thread stack size in bytes.
Direct dependencies
(NET_TCP
&& NETWORKING
&& BOARD_QEMU_CORTEX_A9
) || (NET_TCP
&& !NET_RAW_MODE
&& NETWORKING
)
(Includes any dependencies from ifs and menus.)
Defaults
8192
1024
Kconfig definitions
At <Zephyr>/boards/arm/qemu_cortex_a9/Kconfig.defconfig:54
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config NET_TCP_WORKQ_STACK_SIZE
int
default 8192
depends on NET_TCP && NETWORKING && BOARD_QEMU_CORTEX_A9
At <Zephyr>/subsys/net/ip/Kconfig:451
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:39
→ <Zephyr>/subsys/net/Kconfig:83
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack → Enable TCP
config NET_TCP_WORKQ_STACK_SIZE
int "TCP work queue thread stack size"
default 1024
depends on NET_TCP && !NET_RAW_MODE && NETWORKING
help
Set the TCP work queue thread stack size in bytes.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)