CONFIG_LLMNR_RESOLVER_ADDITIONAL_BUF_CTR

Additional DNS buffers

Type: int

Help

Number of additional buffers available for the LLMNR responder.

Direct dependencies

LLMNR_RESPONDER && NETWORKING

(Includes any dependencies from ifs and menus.)

Default

  • 0

Kconfig definition

At <Zephyr>/subsys/net/lib/dns/Kconfig:204

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:34<Zephyr>/subsys/net/Kconfig:89<Zephyr>/subsys/net/lib/Kconfig:8

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

config LLMNR_RESOLVER_ADDITIONAL_BUF_CTR
    int "Additional DNS buffers"
    default 0
    depends on LLMNR_RESPONDER && NETWORKING
    help
      Number of additional buffers available for the LLMNR responder.

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