mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 02:18:38 +08:00
7b3913da60
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>