mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
libs/libc/netdb: Support multiple IP addresses per hostname
This commit is contained in:
committed by
Gregory Nutt
parent
d2a11cdea5
commit
3e7281e699
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user