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.

Direct dependencies

DNS_RESOLVER && NETWORKING

(Includes any dependencies from ifs and menus.)

Default

  • 2

Kconfig definition

At <Zephyr>/subsys/net/lib/dns/Kconfig:47

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/subsys/Kconfig:39<Zephyr>/subsys/net/Kconfig:89<Zephyr>/subsys/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.)