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:
parent
946ede865d
commit
0a567c3c29
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue