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: Kieran Mansley
Subject: [lwip-devel] [bug #28241] oos processing
Date: Thu, 10 Dec 2009 10:46:25 +0000
User-agent: Opera/9.80 (X11; Linux i686; U; en) Presto/2.2.15 Version/10.00

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

I can see what you mean with the GT -> GEQ change, but I don't understand
that FIN change:

+ /* cseg with FIN already processed */ 
+ if (TCPH_FLAGS(next->mpTcpHdr) & TCP_FIN) { 
+ TCPH_FLAGS_SET(cseg->tcphdr, TCPH_FLAGS(cseg->tcphdr) & ~TCP_FIN); 
+ }

This reads to me as:
 if (old packet has FIN set) {
   remove FIN from new packet's flags;
 }

Can you explain why you'd want to do that?

    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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