change the default NETDB_DNSCLIENT_MAXRESPONSE to the standard length

the size of the dns response buffer
https://datatracker.ietf.org/doc/html/draft-ietf-dnsop-respsize-12

Signed-off-by: wangyingdong <wangyingdong@xiaomi.com>
This commit is contained in:
wangyingdong 2023-08-28 12:03:57 +08:00 committed by Xiang Xiao
parent 946ede865d
commit 0a567c3c29
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ config NETDB_DNSCLIENT_LIFESEC
config NETDB_DNSCLIENT_MAXRESPONSE
int "Max response size"
default NETDB_BUFSIZE
default 512
---help---
This setting determines the maximum size of response message that
can be received by the DNS resolver. The default used to be 96,