mirror of
https://github.com/apache/nuttx.git
synced 2026-08-08 22:17:18 +00:00
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> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| lib_dn.c | ||
| lib_dns.h | ||
| lib_dnsaddserver.c | ||
| lib_dnsbind.c | ||
| lib_dnscache.c | ||
| lib_dnsdefaultserver.c | ||
| lib_dnsforeach.c | ||
| lib_dnsinit.c | ||
| lib_dnsnotify.c | ||
| lib_dnsquery.c | ||
| lib_dnsqueryfamily.c | ||
| lib_freeaddrinfo.c | ||
| lib_gaistrerror.c | ||
| lib_getaddrinfo.c | ||
| lib_gethostbyaddr.c | ||
| lib_gethostbyaddrr.c | ||
| lib_gethostbyname.c | ||
| lib_gethostbyname2.c | ||
| lib_gethostbyname2r.c | ||
| lib_gethostbynamer.c | ||
| lib_gethostentbynamer.c | ||
| lib_getnameinfo.c | ||
| lib_getservbyname.c | ||
| lib_getservbynamer.c | ||
| lib_getservbyport.c | ||
| lib_getservbyportr.c | ||
| lib_netdb.c | ||
| lib_netdb.h | ||
| lib_parsehostfile.c | ||
| lib_proto.c | ||
| lib_protor.c | ||
| lib_rexec.c | ||
| Make.defs | ||