mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 10:38:40 +08:00
6cf4c95517
When triggering TCP retransmission through a timer, conn->unacked_q will save more packets, which may result in sndseq being equal to ackseq. Previous implementations may cause conn->nrtx to not be cleared, leading to an increase in conn->rto errors and a longer timer time Signed-off-by: wangchen <wangchen41@xiaomi.com>