From owner-freebsd-current Sun Jul 27 14:04:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA21471 for current-outgoing; Sun, 27 Jul 1997 14:04:10 -0700 (PDT) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id OAA21466 for ; Sun, 27 Jul 1997 14:04:07 -0700 (PDT) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <52607(4)>; Sun, 27 Jul 1997 14:03:36 PDT Received: from localhost by crevenia.parc.xerox.com with SMTP id <177512>; Sun, 27 Jul 1997 14:03:25 -0700 To: Marc Slemko cc: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= , Garrett Wollman , FreeBSD-current Subject: Re: Another 'fetch' reset by peer: -b NOT work for this site... In-reply-to: Your message of "Sun, 27 Jul 97 11:16:15 PDT." Date: Sun, 27 Jul 1997 14:03:24 PDT From: Bill Fenner Message-Id: <97Jul27.140325pdt.177512@crevenia.parc.xerox.com> Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As far as I can tell, Marc's patch and the "-b" flag *should* do the same thing -- if you don't give the MSG_EOF flag to sendmsg(), it will not set the FIN bit on the first data packet. The only difference is that explicitly using connect(), it won't send data with the first packet. RFC793 section 3.9 explicitly allows data with a SYN. Bill