-
CONFIG_DNS_RESOLVER_MAX_SERVERS
¶
Number of DNS server addresses
Type: int
Help¶
Max number of DNS servers that we can connect to. Normally one DNS server is enough. Each connection to DNS server will use one network context.
Defaults¶
- 1 if
DNS_RESOLVER
&&NETWORKING
Kconfig definition¶
At subsys/net/lib/dns/Kconfig:49
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:84
→ subsys/net/lib/Kconfig:11
Menu path: (top menu) → Networking → Network Protocols
config DNS_RESOLVER_MAX_SERVERS int prompt "Number of DNS server addresses" ifDNS_RESOLVER
&&NETWORKING
range 1NET_MAX_CONTEXTS
ifDNS_RESOLVER
&&NETWORKING
default 1 ifDNS_RESOLVER
&&NETWORKING
depends onDNS_RESOLVER
&&NETWORKING
help Max number of DNS servers that we can connect to. Normally one DNS server is enough. Each connection to DNS server will use one network context.
(Definitions include propagated dependencies, including from if’s and menus.)