|
From: | Oleg Tyshev |
Subject: | [lwip-devel] [bug #26301] Out of order FIN closes half-closed connection |
Date: | Thu, 23 Apr 2009 09:26:51 +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 #3, bug #26301 (project lwip): Reply to comment #2 It looks good, but I don't understand why this code for checking if (pcb->state != CLOSE_WAIT) { was written early. For this code condition if (pcb->rcv_nxt == seqno) { is already true. It means pcb->rcv_nxt += tcplen; equal to pcb->rcv_nxt = seqno + tcplen; _______________________________________________________ Reply to this item at: <http://savannah.nongnu.org/bugs/?26301> _______________________________________________ Message sent via/by Savannah http://savannah.nongnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |