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 && !NET_RAW_MODE && NETWORKING
(Includes any dependencies from ifs and menus.)
Default¶
- 1024 
Kconfig definition¶
At <Zephyr Subsystem>/net/ip/Kconfig:450
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:39 → <Zephyr Subsystem>/net/Kconfig:87
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack
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.)