: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:`NETWORKING ` && \ :kconfig:`BOARD_QEMU_CORTEX_A9 `) || (\ :kconfig:`NET_TCP ` && !\ :kconfig:`NET_RAW_MODE ` && \ :kconfig:`NETWORKING `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - 8192 - 1024 Kconfig definitions =================== At ``/arm/qemu_cortex_a9/Kconfig.defconfig:54`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config NET_TCP_WORKQ_STACK_SIZE int default 8192 depends on NET_TCP && NETWORKING && BOARD_QEMU_CORTEX_A9 ---- At ``/net/ip/Kconfig:451`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:83`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack → Enable TCP .. 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.)*