CONFIG_MDNS_RESPONDER_TTL

Time-to-Live of returned DNS name

Type: int

Help

DNS answers will use the TTL (in seconds).

Direct dependencies

MDNS_RESPONDER && NETWORKING

(Includes any dependencies from ifs and menus.)

Default

  • 600

Kconfig definition

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

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 → mDNS responder

config MDNS_RESPONDER_TTL
    int "Time-to-Live of returned DNS name"
    default 600
    depends on MDNS_RESPONDER && NETWORKING
    help
      DNS answers will use the TTL (in seconds).

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