gustavonihei commented on a change in pull request #4725:
URL: https://github.com/apache/incubator-nuttx/pull/4725#discussion_r735601546
##########
File path: libs/libc/netdb/Kconfig
##########
@@ -83,7 +83,7 @@ config NETDB_DNSCLIENT_ENTRIES
config NETDB_DNSCLIENT_NAMESIZE
int "Max size of a cached hostname"
- default 32
+ default PATH_MAX
Review comment:
Shouldn't the default be `NAME_MAX`?
This will extend the default value from 32 to 256, which is the default
value for **PATH_MAX**.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]