:orphan: .. title:: CONFIG_MDNS_RESOLVER_ADDITIONAL_BUF_CTR .. kconfig:: CONFIG_MDNS_RESOLVER_ADDITIONAL_BUF_CTR CONFIG_MDNS_RESOLVER_ADDITIONAL_BUF_CTR ####################################### *Additional DNS buffers* Type: ``int`` Help ==== .. code-block:: none Number of additional buffers available for the mDNS responder. Direct dependencies =================== \ :kconfig:`MDNS_RESPONDER ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/net/lib/dns/Kconfig:179`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/net/lib/Kconfig:8`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → mDNS responder .. code-block:: kconfig 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.)*