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

CONFIG_NET_CONNECTION_MANAGER_STACK_SIZE

Size of the stack allocated for the connection manager

Type: int

Help

Sets the stack size which will be used by the connection manager
thread.

Direct dependencies

NET_CONNECTION_MANAGER && NETWORKING

(Includes any dependencies from ifs and menus.)

Default

  • 512

Kconfig definition

At subsys/net/lib/conn_mgr/Kconfig:24

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:39subsys/net/Kconfig:91subsys/net/lib/Kconfig:38

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network additional services → Enable network connection manager [EXPERIMENTAL]

config NET_CONNECTION_MANAGER_STACK_SIZE
    int "Size of the stack allocated for the connection manager"
    default 512
    depends on NET_CONNECTION_MANAGER && NETWORKING
    help
      Sets the stack size which will be used by the connection manager
      thread.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)