:orphan: .. title:: CONFIG_NET_CONNECTION_MANAGER_PRIORITY .. kconfig:: CONFIG_NET_CONNECTION_MANAGER_PRIORITY CONFIG_NET_CONNECTION_MANAGER_PRIORITY ###################################### *Thread starting priority* Type: ``int`` Help ==== .. code-block:: none This sets the starting priority of the connection manager thread. Direct dependencies =================== \ :kconfig:`NET_CONNECTION_MANAGER ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/net/lib/conn_mgr/Kconfig:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/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] .. code-block:: kconfig config NET_CONNECTION_MANAGER_PRIORITY int "Thread starting priority" default 0 depends on NET_CONNECTION_MANAGER && NETWORKING help This sets the starting priority of the connection manager thread. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*