From owner-freebsd-net Wed Oct 2 12:48:11 2002 Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF66537B401; Wed, 2 Oct 2002 12:48:10 -0700 (PDT) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id E694643E4A; Wed, 2 Oct 2002 12:48:09 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.3/8.12.5) with ESMTP id g92JlugQ000916 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Wed, 2 Oct 2002 15:47:57 -0400 (EDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.3/8.12.5/Submit) id g92Jlu4D000913; Wed, 2 Oct 2002 15:47:56 -0400 (EDT) (envelope-from wollman) Date: Wed, 2 Oct 2002 15:47:56 -0400 (EDT) From: Garrett Wollman Message-Id: <200210021947.g92Jlu4D000913@khavrinen.lcs.mit.edu> To: Robert Watson Cc: net@FreeBSD.org Subject: NFS client code calls sosend() directly... In-Reply-To: References: Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org < said: > protocols have the option of implementing pru_sosend() using the central > sosend(), or providing their own optimized implementation. However, the > exception to this appears to be in the nfsclient code, where sosend is > invoked directly on the socket: The NFS code is hairy and evil and since I don't use it I didn't want to touch it when I made that change several years ago. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message