Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2003 09:41:25 -0600
From:      Jonathan Lemon <jlemon@flugsvamp.com>
To:        Sam Leffler <sam@errno.com>
Cc:        Jonathan Lemon <jlemon@FreeBSD.org>, src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/netinet tcp_input.c
Message-ID:  <20030223094125.U90471@flugsvamp.com>
In-Reply-To: <16fe01c2dacd$21c93320$52557f42@errno.com>; from sam@errno.com on Sat, Feb 22, 2003 at 03:50:07PM -0800
References:  <200302222154.h1MLswVe088597@repoman.freebsd.org> <16fe01c2dacd$21c93320$52557f42@errno.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Feb 22, 2003 at 03:50:07PM -0800, Sam Leffler wrote:
> > jlemon      2003/02/22 13:54:58 PST
> > 
> >   Modified files:
> >     sys/netinet          tcp_input.c 
> >   Log:
> >   Check to see if the TF_DELACK flag is set before returning from
> >   tcp_input().  This unbreaks delack handling, while still preserving
> >   correct T/TCP behavior
> 
> This commit msg does not explain this part of the commit:
> 
> -				tp->t_flags |= (TF_ACKNOW | TF_NEEDSYN);
> +				tp->t_flags |= TF_ACKNOW;

That was part of some testing code, it shouldn't have been committed.
Thanks for pointing this out.
--
Jonathan

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-src" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030223094125.U90471>