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 subsys/net/lib/dns/Kconfig:204

Included via Kconfig:8Kconfig.zephyr:34subsys/Kconfig:37subsys/net/Kconfig:89subsys/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.)