From owner-freebsd-hackers@FreeBSD.ORG Wed Aug 18 08:45:06 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCCBF16A4CE for ; Wed, 18 Aug 2004 08:45:06 +0000 (GMT) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5448F43D1D for ; Wed, 18 Aug 2004 08:45:05 +0000 (GMT) (envelope-from keramida@linux.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])i7I8inHN030587; Wed, 18 Aug 2004 11:44:55 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) i7I8iY9g004952; Wed, 18 Aug 2004 11:44:34 +0300 (EEST) (envelope-from keramida@linux.gr) Received: (from keramida@localhost)i7I8iPVa004951; Wed, 18 Aug 2004 11:44:25 +0300 (EEST) (envelope-from keramida@linux.gr) Date: Wed, 18 Aug 2004 11:44:25 +0300 (EEST) From: Giorgos Keramidas To: Dennis George In-Reply-To: <20040818083018.87246.qmail@web53902.mail.yahoo.com> Message-ID: <20040818114324.Y4343@orion> References: <20040818083018.87246.qmail@web53902.mail.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Mailman-Approved-At: Wed, 18 Aug 2004 12:39:13 +0000 cc: freebsd-hackers@FreeBSD.org Subject: Re: Zero copy Socket X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Aug 2004 08:45:06 -0000 On 2004-08-18 01:30, Dennis George wrote: > Hi all, > > Is there any limitations in using zero copy socket.... I mean... do > the sender has to follow any specific protocol (like the packet > payload should be page alligned or so.) ??? Yes. See the zero_copy(9) manpage. It includes a lot of details regarding zero-copy sockets.