libs/libc/netdb: Support multiple IP addresses per hostname

This commit is contained in:
Juha Niskanen
2018-11-23 07:09:47 -06:00
committed by Gregory Nutt
parent d2a11cdea5
commit 3e7281e699
8 changed files with 213 additions and 168 deletions
+7
View File
@@ -102,6 +102,13 @@ config NETDB_DNSCLIENT_MAXRESPONSE
can be received by the DNS resolver. The default is 96 but may
need to be larger on enterprise networks (perhaps 176).
config NETDB_DNSCLIENT_MAXIP
int "Max number of IP addresses per host"
default 1
---help---
This setting determines the maximum number of IP addresses
stored to the name resolution cache for a given host.
config NETDB_DNSCLIENT_RECV_TIMEOUT
int "DNS receive timeout"
default 30