libc/netdb: Change default of NETDB_DNSCLIENT_MAXRESPONSE to NETDB_BUFSIZE

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2021-10-25 20:03:01 +08:00 committed by Gustavo Henrique Nihei
parent 2abe1e9282
commit c4472b64cb
1 changed files with 1 additions and 1 deletions

View File

@ -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,