From owner-cvs-all@FreeBSD.ORG Tue Apr 27 00:11:07 2004 Return-Path: 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 398FD16A4CE for ; Tue, 27 Apr 2004 00:11:07 -0700 (PDT) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 791B043D62 for ; Tue, 27 Apr 2004 00:11:06 -0700 (PDT) (envelope-from silby@silby.com) Received: (qmail 43205 invoked from network); 27 Apr 2004 07:11:05 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 27 Apr 2004 07:11:05 -0000 X-pair-Authenticated: 209.68.2.70 Date: Tue, 27 Apr 2004 02:13:30 -0500 (CDT) From: Mike Silbersack To: Don Lewis In-Reply-To: <200404270446.i3R4kj7E061388@gw.catspoiler.org> Message-ID: <20040427021243.F702@odysseus.silby.com> References: <200404270446.i3R4kj7E061388@gw.catspoiler.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: silby@FreeBSD.org cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_input.c tcp_var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 07:11:07 -0000 On Mon, 26 Apr 2004, Don Lewis wrote: > On 25 Apr, Mike Silbersack wrote: > > > The necessity of accepting all in-window resets was discovered > > by jayanth and jlemon, both of whom have seen TCP stacks that > > will respond to FIN-ACK packets with resets not meeting the > > strict last_ack_sent check. > > Do we know the identities of any guilty stacks besides the one reported > by jayanth? jlemon reported in private e-mail that some versions of Solaris also do odd things with RSTs, throwing them to the right side of the window. Mike "Silby" Silbersack