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
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Default¶
30
Kconfig definition¶
At subsys/net/lib/dns/Kconfig:204
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:39
→ subsys/net/Kconfig:91
→ 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_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.)