anchao opened a new pull request, #6451:
URL: https://github.com/apache/incubator-nuttx/pull/6451

   ## Summary
   
   net/tcp(buffered): retransmit only one the earliest not acknowledged segment
   
   Retransmit only one the earliest not acknowledged segment
   (according to RFC 6298 (5.4)). The issue is the same as it was
   in tcp_send_unbuffered.c and tcp_sendfile.c.
   
   
   
   This PR is another implementation of #5589  @a-lunev 
   
   1. If retransmission triggered by fast retransmission, follow RFC 6298 (5.4) 
only one of the earliest not acknowledged segment should be retransmitted
   2. For the retransmission triggered by RTO, maintain the logic of all 
retransmissions,
   
   Signed-off-by: chao.an <anc...@xiaomi.com>
   
   ## Impact
   
   
   ## Testing
   
   iperf test


-- 
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

Reply via email to