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>/subsys/net/ip/Kconfig:450

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/subsys/Kconfig:39<Zephyr>/subsys/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.)