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

CONFIG_MDNS_RESPONDER_INIT_PRIO

Startup priority for the mDNS responder init

Type: int

Help

Note that if NET_CONFIG_AUTO_INIT is enabled, then this value
should be bigger than its value.

Direct dependencies

MDNS_RESPONDER && NETWORKING

(Includes any dependencies from ifs and menus.)

Default

  • 96

Kconfig definition

At subsys/net/lib/dns/Kconfig:145

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

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → mDNS responder

config MDNS_RESPONDER_INIT_PRIO
    int "Startup priority for the mDNS responder init"
    default 96
    depends on MDNS_RESPONDER && NETWORKING
    help
      Note that if NET_CONFIG_AUTO_INIT is enabled, then this value
      should be bigger than its value.

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