a-lunev commented on PR #6562:
URL: https://github.com/apache/incubator-nuttx/pull/6562#issuecomment-1180241821

   > There are 3 implementations of LWIP, handle with different scenarios 
respectively:
   > 
   > RTO: Requeue all unacked segments for retransmission
   
   lwIP, uIP, Contiki are designed by the same author. NuttX TCP/IP stack was 
initially based on uIP code.
   Do we have more examples where all unacked segments would be retransmitted 
on each RTO? Linux, Unix, other?
   I thought the motivation of that non-standard implementation was just the 
limited very small memory size of the target platforms.
   
   My idea so far is to add a menu option (conditional compilation) as I wrote 
above to switch between "retransmitting everything from the beginning each 
time" and "retransmit only one the earliest not acknowledged segment", the 
switch covering only RTO handling.


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