lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #26251] RST process in TIME_WAIT TCP state


From: Oleg Tyshev
Subject: [lwip-devel] [bug #26251] RST process in TIME_WAIT TCP state
Date: Thu, 22 Oct 2009 16:00:23 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 GTB5

Follow-up Comment #9, bug #26251 (project lwip):

One note:

we have in file tcp_in.c static variable "flags".
It is global for scope of the file.
I don't like name convention, but now we can use global flags instead of
local.

So, line
u16_t flags = TCPH_FLAGS(tcphdr); 
can be deleted.

    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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