lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #27329] dupacks by unidirectional data transmit


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #27329] dupacks by unidirectional data transmit
Date: Thu, 15 Oct 2009 20:10:35 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; de; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3

Update of bug #27329 (project lwip):

                  Status:                    None => Fixed                  
             Assigned to:                    None => goldsimon              
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #3:

I've checked in a patch that does

if (pcb->unacked) {
++pcb->dupacks;
}
else {
pcb->dupacks = 0;
}

since that is less change to the old code (not checking if unsent==NULL), and
it works for me.

Thanks for reporting and for the proposed fix. Please reopen if it's not OK.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

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