lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [bug #19434] Processing of Fast retransmit bug


From: Oleg Tyshev
Subject: [lwip-devel] [bug #19434] Processing of Fast retransmit bug
Date: Wed, 28 Mar 2007 14:12:03 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3

Follow-up Comment #4, bug #19434 (project lwip):

Theoreticaly, we should have retransmit timer for each outbound segment that
handed down to IP.
If no acknowledgment has been received for the data in a given segment before
the timer expires, then the segment is retransmitted, up to the
TcpMaxDataRetransmissions times.
In Lwip realization we have only one timer pro pcb.
And may be it have to test acks for first unacknowledged segment?

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?19434>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]