From owner-cvs-src Sat Feb 22 15:50:11 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21C7E37B401; Sat, 22 Feb 2003 15:50:10 -0800 (PST) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56FE043F3F; Sat, 22 Feb 2003 15:50:09 -0800 (PST) (envelope-from sam@errno.com) Received: from melange (melange.errno.com [66.127.85.82]) (authenticated bits=0) by ebb.errno.com (8.12.5/8.12.1) with ESMTP id h1MNo7nN060347 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Sat, 22 Feb 2003 15:50:08 -0800 (PST)?g (envelope-from sam@errno.com)œ X-Authentication-Warning: ebb.errno.com: Host melange.errno.com [66.127.85.82] claimed to be melange Message-ID: <16fe01c2dacd$21c93320$52557f42@errno.com> From: "Sam Leffler" To: "Jonathan Lemon" , , , References: <200302222154.h1MLswVe088597@repoman.freebsd.org> Subject: Re: cvs commit: src/sys/netinet tcp_input.c Date: Sat, 22 Feb 2003 15:50:07 -0800 Organization: Errno Consulting MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > 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; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message