nuttx/libs/libc/netdb
nuttxs 7b3913da60 libs/libc/netdb: Optimize the timeout calculation logic:
1. Adopt an exponential backoff strategy () to dynamically adjust the timeout
   duration, which is suitable for retry scenarios.
2. Optimize the default configuration to set the initial timeout to 5 seconds.
3. Support dynamic modification of the maximum timeout limit to adapt
   to different scenarios.
Reference: RFC 1536 (section on retransmission implementation recommendations)

Signed-off-by: nuttxs <zhaoqing.zhang@sony.com>
2025-08-06 01:58:05 +08:00
..
CMakeLists.txt cmake:refine nuttx cmake build system fix CMake build missing part 2024-10-13 02:25:06 +08:00
Kconfig libs/libc/netdb: Optimize the timeout calculation logic: 2025-08-06 01:58:05 +08:00
lib_dn.c
lib_dns.h libs/libc/netdb: Optimize the timeout calculation logic: 2025-08-06 01:58:05 +08:00
lib_dnsaddserver.c
lib_dnsbind.c libs/libc/netdb: Optimize the timeout calculation logic: 2025-08-06 01:58:05 +08:00
lib_dnscache.c
lib_dnsdefaultserver.c
lib_dnsforeach.c
lib_dnsinit.c
lib_dnsnotify.c libs: unify Private Types banners 2025-05-28 10:17:15 +08:00
lib_dnsquery.c libs/libc/netdb: Optimize the timeout calculation logic: 2025-08-06 01:58:05 +08:00
lib_dnsqueryfamily.c
lib_freeaddrinfo.c
lib_gaistrerror.c
lib_getaddrinfo.c net/vsock: add AF_VSOCK address family 2024-10-13 02:02:03 +08:00
lib_gethostbyaddr.c
lib_gethostbyaddrr.c libs: unify Private Types banners 2025-05-28 10:17:15 +08:00
lib_gethostbyname.c
lib_gethostbyname2.c
lib_gethostbyname2r.c
lib_gethostbynamer.c
lib_gethostentbynamer.c libs: unify Private Types banners 2025-05-28 10:17:15 +08:00
lib_getnameinfo.c
lib_getservbyname.c
lib_getservbynamer.c
lib_getservbyport.c
lib_getservbyportr.c
lib_netdb.c
lib_netdb.h
lib_parsehostfile.c libs: unify Private Types banners 2025-05-28 10:17:15 +08:00
lib_proto.c
lib_protor.c
lib_rexec.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
Make.defs