nuttx-apps/lte
SPRESENSE a9a8fbbc4a lte/alt1250: Fix bug that name resolution failed for a long time
Fix bug that name resolution failed for a long time under particular cases.
If a DNS query for IPv6 succeeds and IPv4 fails, only the answer of the
IPv6 query is saved in the cache. If only IPv4 is given from LTE,
name resolution will fail while the answer is saved in the cache.
Therefore, the ALT1250 daemon sets the given IP type to the DNS client,
which can only send DNS queries for that IP type.
2023-09-16 18:09:29 +08:00
..
alt1250 lte/alt1250: Fix bug that name resolution failed for a long time 2023-09-16 18:09:29 +08:00
lapi build: Replace "$(shell $(INCDIR) $(CC) ...)" with $(INCDIR_PREFIX) 2023-06-22 23:27:26 +03:00
.gitignore lte: Add usrsock daemon for ALT1250 LTE modem 2023-06-07 01:51:33 +08:00
CMakeLists.txt cmake: port nxscope and foc and add missing directories 2023-07-14 22:04:35 +08:00
Make.defs lte: Add usrsock daemon for ALT1250 LTE modem 2023-06-07 01:51:33 +08:00
Makefile lte: Add usrsock daemon for ALT1250 LTE modem 2023-06-07 01:51:33 +08:00