|
From: | Oleg Tyshev |
Subject: | [lwip-devel] [bug #28241] oos processing |
Date: | Fri, 11 Dec 2009 10:30:33 +0000 |
User-agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 GTB5 |
Follow-up Comment #7, bug #28241 (project lwip): You are right in 4th comment. It should be TCPH_FLAGS_SET(cseg->tcphdr, TCPH_FLAGS(cseg->tcphdr) | TCP_FIN); All cases are not covered with 1st line if (TCPH_FLAGS(cseg->tcphdr) & TCP_FIN) { This is neccesary for case when old segment has FIN flag but new one - not. e.g. old - (4-5)FIN new - (3-5) result (3-5)FIN _______________________________________________________ Reply to this item at: <http://savannah.nongnu.org/bugs/?28241> _______________________________________________ Message sent via/by Savannah http://savannah.nongnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |