libc/netdb: Change default of NETDB_DNSCLIENT_MAXRESPONSE to NETDB_BUFSIZE
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
2abe1e9282
commit
c4472b64cb
|
@ -104,7 +104,7 @@ config NETDB_DNSCLIENT_LIFESEC
|
|||
|
||||
config NETDB_DNSCLIENT_MAXRESPONSE
|
||||
int "Max response size"
|
||||
default 256
|
||||
default NETDB_BUFSIZE
|
||||
---help---
|
||||
This setting determines the maximum size of response message that
|
||||
can be received by the DNS resolver. The default used to be 96,
|
||||
|
|
Loading…
Reference in New Issue