CONFIG_LLMNR_RESPONDER_TTL¶
Time-to-Live of returned DNS name
Type: int
Help¶
DNS answers will use the TTL (in seconds). A default value is 30
seconds as recommended by RFC 4795 chapter 2.8
Default¶
- 30 
Kconfig definition¶
At <Zephyr Subsystem>/net/lib/dns/Kconfig:204
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:39 → <Zephyr Subsystem>/net/Kconfig:89 → <Zephyr Subsystem>/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_RESPONDER_TTL
    int "Time-to-Live of returned DNS name"
    default 30
    depends on LLMNR_RESPONDER && NETWORKING
    help
      DNS answers will use the TTL (in seconds). A default value is 30
      seconds as recommended by RFC 4795 chapter 2.8
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)