libc/netdb: Separate IPv4 and IPv6 cache size limit
Summary
Some domains have a lot of IPv6 addresses. Because of that, it is not possible to get the IPv4 address with getaddrinfo. This change separate IPv4 and IPv6 cache size limit to enable to get both IP addresses.
Impact
API for name resolution such as getaddrinfo.
Testing
Test with Spresense LTE board.
@SPRESENSE did you get IPv4 and IPv6 working at same time? Enabling support for both and trying to connect to IPv4 servers and IPv6 servers?
Seems like some defconfigs have to be normalized
@SPRESENSE did you get IPv4 and IPv6 working at same time? Enabling support for both and trying to connect to IPv4 servers and IPv6 servers?
Yes. Sorry for the delay in replying.
Seems like some defconfigs have to be normalized
@pkarashchenko I have modified defconfig, please confirm.