lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #27504] tcp_enqueue wrongly concatenates segments whic


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #27504] tcp_enqueue wrongly concatenates segments which are not consecutive when retransmitting unacked segments
Date: Sun, 11 Oct 2009 13:07:21 +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 #27504 (project lwip):

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

    _______________________________________________________

Follow-up Comment #2:

> Could tcp_rexmit perhaps call tcp_output_segment directly rather 
> than mucking about with the queues?

That would also be faster than adding the segment to the unsent list, but if
direct sending fails (e.g. due to ERR_MEM), the segment won't be sent again
until the next call to the timer. 

I prefer the patch as a solution as it does not change the behaviour much.

Checked in, thanks for reporting.

    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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