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

CONFIG_MDNS_RESOLVER_ADDITIONAL_BUF_CTR

Additional DNS buffers

Type: int

Help

Number of additional buffers available for the mDNS responder.

Direct dependencies

MDNS_RESPONDER && NETWORKING

(Includes any dependencies from ifs and menus.)

Default

  • 0

Kconfig definition

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

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_RESOLVER_ADDITIONAL_BUF_CTR
    int "Additional DNS buffers"
    default 0
    depends on MDNS_RESPONDER && NETWORKING
    help
      Number of additional buffers available for the mDNS responder.

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