lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #28241] oos processing


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #28241] oos processing
Date: Thu, 10 Dec 2009 17:37:49 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5

Follow-up Comment #6, bug #28241 (project lwip):

After all, the extra FIN check is not at all necessary, since that case
should already be covered by the first line in tcp_oos_insert_segment():

if (TCPH_FLAGS(cseg->tcphdr) & TCP_FIN) {

I've extended the ooseq unit test and it shows that the suggested patch
works: data is delivered in correct order and the number of segments on ooseq
is sometimes smaller than without the patch.

    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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