:orphan: .. title:: CONFIG_NET_TCP_WORKQ_STACK_SIZE .. kconfig:: CONFIG_NET_TCP_WORKQ_STACK_SIZE CONFIG_NET_TCP_WORKQ_STACK_SIZE ############################### *TCP work queue thread stack size* Type: ``int`` Help ==== .. code-block:: none Set the TCP work queue thread stack size in bytes. Direct dependencies =================== \ :kconfig:`NET_TCP ` && !\ :kconfig:`NET_RAW_MODE ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1024 Kconfig definition ================== At ``/net/ip/Kconfig:450`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:87`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack .. code-block:: kconfig 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.)*