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: Oleg Tyshev
Subject: [lwip-devel] [bug #26301] Out of order FIN closes half-closed connection
Date: Thu, 23 Apr 2009 12:20:05 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.9) Gecko/2009040821 Firefox/3.0.9 GTB5

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

It should work better here and other places.

case FIN_WAIT_1:
tcp_receive(pcb);
-if (flags & TCP_FIN) {
+if (recv_flags == TF_GOT_FIN) {

Flag TF_GOT_FIN means that FIN segment was received in sequence.
I'll try it and say about results.

    _______________________________________________________

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]