nuttxs opened a new pull request, #16811: URL: https://github.com/apache/nuttx/pull/16811
## Summary Optimize the timeout calculation logic: 1. Adopt an exponential backoff strategy (`timeout_sec << retry_count`) 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) ## Impact New Feature/Change: Feature User Impact: Optimize the timeout calculation logic Build Impact:No new Kconfig options or build system changes. Hardware Impact: No Security: No Compatibility: Backward-compatible; no breaking changes. ## Testing 1.Access the domain name address when the network is unstable 2.Visit some special domain names such as xxx.blocked.domain.net for verification -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org