From owner-freebsd-hackers Wed Oct 1 19:11:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA23985 for hackers-outgoing; Wed, 1 Oct 1997 19:11:11 -0700 (PDT) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id TAA23964; Wed, 1 Oct 1997 19:11:02 -0700 (PDT) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <52020(2)>; Wed, 1 Oct 1997 19:10:21 PDT Received: by crevenia.parc.xerox.com id <177486>; Wed, 1 Oct 1997 19:10:14 -0700 From: Bill Fenner To: jkh@time.cdrom.com, tlambert@primenet.com Subject: Re: FreeBSD TCP stack and RST processing [subj changed] Cc: Don.Lewis@tsc.tdk.com, bugs@freebsd.org, dg@root.com, hackers@freebsd.org, pst@juniper.net, richard@a42.deep-thought.org Message-Id: <97Oct1.191014pdt.177486@crevenia.parc.xerox.com> Date: Wed, 1 Oct 1997 19:10:10 PDT Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >I think the "ignore H_ACK for the compare" suggestion is best. No. Validating the ACK is a required part of RST processing in SYN_SENT state (but not in SYN_RECEIVED). Bill