Bump the default of CONFIG_NETDB_BUFSIZE

The old default didn't work even for moderate cases.
(eg. strlen(name) == 17, two ipv4 addresses, on 64-bit sim)
This commit is contained in:
YAMAMOTO Takashi
2020-05-15 12:25:10 +09:00
committed by Xiang Xiao
parent 1071934350
commit b36420ef32
+1 -1
View File
@@ -20,7 +20,7 @@ config LIBC_GAISTRERROR
config NETDB_BUFSIZE
int "gethostbyname/gethostbyaddr buffer size"
default 128
default 256
config NETDB_MAX_IPADDR
int "Max number of IP addresses per host"