:orphan: .. title:: MDNS_RESOLVER_ADDITIONAL_BUF_CTR .. option:: CONFIG_MDNS_RESOLVER_ADDITIONAL_BUF_CTR *Additional DNS buffers* Type: ``int`` Help ==== Number of additional buffers available for the mDNS responder. Direct dependencies =================== \ :option:`MDNS_RESPONDER ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/lib/dns/Kconfig:159`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:89`` → ``subsys/net/lib/Kconfig:8`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → mDNS responder .. parsed-literal:: config MDNS_RESOLVER_ADDITIONAL_BUF_CTR int "Additional DNS buffers" default 0 depends on \ :option:`MDNS_RESPONDER ` && \ :option:`NETWORKING ` help Number of additional buffers available for the mDNS responder. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*