From c4472b64cb96b10b2b3143a91f1a72913f7a3fe6 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Mon, 25 Oct 2021 20:03:01 +0800 Subject: [PATCH] libc/netdb: Change default of NETDB_DNSCLIENT_MAXRESPONSE to NETDB_BUFSIZE Signed-off-by: Xiang Xiao --- libs/libc/netdb/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libc/netdb/Kconfig b/libs/libc/netdb/Kconfig index b20cf8d173..4e59f85d72 100644 --- a/libs/libc/netdb/Kconfig +++ b/libs/libc/netdb/Kconfig @@ -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,