From owner-freebsd-net Tue Dec 15 13:05:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA24778 for freebsd-net-outgoing; Tue, 15 Dec 1998 13:05:45 -0800 (PST) (envelope-from owner-freebsd-net@FreeBSD.ORG) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA24773 for ; Tue, 15 Dec 1998 13:05:44 -0800 (PST) (envelope-from fenner@parc.xerox.com) Received: from mango.parc.xerox.com ([13.1.102.232]) by alpha.xerox.com with SMTP id <57249(5)>; Tue, 15 Dec 1998 13:05:37 PST Received: from mango.parc.xerox.com (localhost.parc.xerox.com [127.0.0.1]) by mango.parc.xerox.com (8.8.8/8.8.8) with ESMTP id NAA02831; Tue, 15 Dec 1998 13:05:31 -0800 (PST) (envelope-from fenner@mango.parc.xerox.com) Message-Id: <199812152105.NAA02831@mango.parc.xerox.com> To: justin@apple.com cc: freebsd-net@FreeBSD.ORG Subject: Re: MLEN < write length < MINCLSIZE "bug" In-reply-to: Your message of "Tue, 15 Dec 1998 11:06:00 PST." <19981215110600.D652@apple.com> Date: Tue, 15 Dec 1998 13:05:30 PST From: Bill Fenner Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org A flag saying "more to come" was one of the other ways that I considered to fix this problem but never finished implementing. In FreeBSD, the usrreq functions have been split out and the individual functions accept flags, so in that case this flag can be passed as an argument to pru_send(). This gets around the requirement to set the flag before the call and reset it afterwards. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message