:orphan: .. title:: LLMNR_RESOLVER_ADDITIONAL_BUF_CTR .. option:: CONFIG_LLMNR_RESOLVER_ADDITIONAL_BUF_CTR *Additional DNS buffers* Type: ``int`` Help ==== Number of additional buffers available for the LLMNR responder. Direct dependencies =================== \ :option:`LLMNR_RESPONDER ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/lib/dns/Kconfig:204`` 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 → LLMNR responder .. parsed-literal:: config LLMNR_RESOLVER_ADDITIONAL_BUF_CTR int "Additional DNS buffers" default 0 depends on \ :option:`LLMNR_RESPONDER ` && \ :option:`NETWORKING ` help Number of additional buffers available for the LLMNR responder. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*