lwip-devel
[Top][All Lists]
Advanced

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

Re: [lwip-devel] Bug in TCP ooseq FIN processing


From: Kieran Mansley
Subject: Re: [lwip-devel] Bug in TCP ooseq FIN processing
Date: Wed, 31 Dec 2003 14:15:36 +0000 (GMT)

On Sat, 13 Dec 2003, Karl Jeacle wrote:
> The fix in tcp_in.c is simple:
>
> 1024c1024
> <     if (flags & TCP_FIN) {
> ---
> >     if (TCPH_FLAGS(cseg->tcphdr) & TCP_FIN) {
>
> This appears to have solved the problem for me, so if this makes sense,
> perhaps someone can go ahead and submit this change to the DEVEL branch.

Done.

Kieran





reply via email to

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