lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #26301] Out of order FIN closes half-closed connection


From: Kieran Mansley
Subject: [lwip-devel] [bug #26301] Out of order FIN closes half-closed connection
Date: Thu, 23 Apr 2009 08:18:48 +0000
User-agent: Opera/9.21 (X11; Linux i686; U; en)

Follow-up Comment #2, bug #26301 (project lwip):

As we know we're dealing with an in sequence packet at that point, could we
not replace with:

    pcb->rcv_nxt = seqno + tcplen;

This would work for all states I think.  Any duplicate FINs would not come
here as they'd be out of the window.  

    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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