CONFIG_DNS_RESOLVER_AI_MAX_ENTRIES¶
Maximum number of IP addresses for DNS name
Type: int
Help¶
Defines the max number of IP addresses per domain name
resolution the DNS resolver can handle.
Default¶
- 2 
Kconfig definition¶
At <Zephyr Subsystem>/net/lib/dns/Kconfig:47
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 → DNS resolver
config DNS_RESOLVER_AI_MAX_ENTRIES
    int "Maximum number of IP addresses for DNS name"
    default 2
    depends on DNS_RESOLVER && NETWORKING
    help
      Defines the max number of IP addresses per domain name
      resolution the DNS resolver can handle.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)