[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [patch #5741] bug in out of sequence queue processing - inc
From: |
Frédéric Bernon |
Subject: |
[lwip-devel] [patch #5741] bug in out of sequence queue processing - incoming segment is larger than the old segment |
Date: |
Fri, 13 Jul 2007 13:07:07 +0000 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4 |
Follow-up Comment #5, patch #5741 (project lwip):
Seems got a problem with this patch: I got build error on :
"srccoretcp_in.c", line 1119: error: expression must have struct or union
type
if (TCP_SEQ_GT(seqno + cseg.len, next->tcphdr->seqno)) {
^
"srccoretcp_in.c", line 1121: error: expression must have struct or union
type
cseg.len = next->tcphdr->seqno - seqno;
^
"srccoretcp_in.c", line 1122: error: expression must have struct or union
type
pbuf_realloc(cseg.p, cseg.len);
^
"srccoretcp_in.c", line 1122: error: expression must have struct or union
type
pbuf_realloc(cseg.p, cseg.len);
^
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/patch/?5741>
_______________________________________________
Message posté via/par Savannah
http://savannah.nongnu.org/