:orphan: .. title:: MDNS_RESPONDER_TTL .. option:: CONFIG_MDNS_RESPONDER_TTL *Time-to-Live of returned DNS name* Type: ``int`` Help ==== DNS answers will use the TTL (in seconds). Direct dependencies =================== \ :option:`MDNS_RESPONDER ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 600 Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/lib/dns/Kconfig:130`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:89`` → ``subsys/net/lib/Kconfig:8`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → mDNS responder .. parsed-literal:: config MDNS_RESPONDER_TTL int "Time-to-Live of returned DNS name" default 600 depends on \ :option:`MDNS_RESPONDER ` && \ :option:`NETWORKING ` help DNS answers will use the TTL (in seconds). *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*