From owner-freebsd-bugs Fri Nov 21 08:52:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA20758 for bugs-outgoing; Fri, 21 Nov 1997 08:52:32 -0800 (PST) (envelope-from owner-freebsd-bugs) 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 IAA20653; Fri, 21 Nov 1997 08:51:50 -0800 (PST) (envelope-from fenner@parc.xerox.com) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <54254(6)>; Fri, 21 Nov 1997 08:44:33 PST Received: from localhost by crevenia.parc.xerox.com with SMTP id <177476>; Fri, 21 Nov 1997 08:44:24 -0800 To: ji@research.att.com cc: jkh@freebsd.org, freebsd-bugs@freebsd.org, security-officer@freebsd.org Subject: Re: kern/5103 In-reply-to: Your message of "Thu, 20 Nov 97 21:51:19 PST." <199711210551.AAA03044@bual.research.att.com> Date: Fri, 21 Nov 1997 08:44:17 PST From: Bill Fenner Message-Id: <97Nov21.084424pst.177476@crevenia.parc.xerox.com> Sender: owner-freebsd-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk John Ioannidis wrote: >This is an old bug, BTW; it's the simultaneous-open bug. I don't think so; when you do a simultaneous open, neither socket is listening, and for this bug the endpoint has to be listening. And self-connects do work, which excercises the same machinery as simultaneous opens. Bill