The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_NET_RX_STACK_SIZE

RX thread stack size

Type: int

Help

Set the RX thread stack size in bytes. The RX thread is waiting data from network. There is one RX thread in the system. This value is a baseline and the actual RX stack size might be bigger depending on what features are enabled.

Direct dependencies

NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/net/ip/Kconfig.stack:21

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:82subsys/net/ip/Kconfig:564

Menu path: (top menu) → Networking → IP stack → Stack usage

config NET_RX_STACK_SIZE
    int
    prompt "RX thread stack size" if NETWORKING
    default 1500 if NETWORKING
    depends on NETWORKING
    help
      Set the RX thread stack size in bytes. The RX thread is waiting
      data from network. There is one RX thread in the system.
      This value is a baseline and the actual RX stack size might
      be bigger depending on what features are enabled.

(Definitions include propagated dependencies, including from if’s and menus.)