From owner-cvs-all Sun Feb 23 7:41:29 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52DE937B401; Sun, 23 Feb 2003 07:41:27 -0800 (PST) Received: from mail.flugsvamp.com (ts46-01-qdr3643.mdfrd.or.charter.com [68.118.36.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 510AA43FBF; Sun, 23 Feb 2003 07:41:26 -0800 (PST) (envelope-from jlemon@flugsvamp.com) Received: (from jlemon@localhost) by mail.flugsvamp.com (8.12.6/8.12.6) id h1NFfPgB010749; Sun, 23 Feb 2003 09:41:25 -0600 (CST) (envelope-from jlemon) Date: Sun, 23 Feb 2003 09:41:25 -0600 From: Jonathan Lemon To: Sam Leffler Cc: Jonathan Lemon , 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> Mail-Followup-To: Sam Leffler , Jonathan Lemon , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200302222154.h1MLswVe088597@repoman.freebsd.org> <16fe01c2dacd$21c93320$52557f42@errno.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <16fe01c2dacd$21c93320$52557f42@errno.com>; from sam@errno.com on Sat, Feb 22, 2003 at 03:50:07PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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-all" in the body of the message