mirror of
https://github.com/apache/nuttx.git
synced 2026-09-04 16:13:00 +00:00
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:
parent
1071934350
commit
b36420ef32
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue