:orphan: .. title:: CONFIG_LLMNR_RESPONDER_TTL .. kconfig:: CONFIG_LLMNR_RESPONDER_TTL CONFIG_LLMNR_RESPONDER_TTL ########################## *Time-to-Live of returned DNS name* Type: ``int`` Help ==== .. code-block:: none DNS answers will use the TTL (in seconds). A default value is 30 seconds as recommended by RFC 4795 chapter 2.8 Direct dependencies =================== \ :kconfig:`LLMNR_RESPONDER ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 30 Kconfig definition ================== At ``/net/lib/dns/Kconfig:204`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/net/lib/Kconfig:8`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → LLMNR responder .. code-block:: kconfig 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.)*