From owner-freebsd-hackers Sun Mar 9 14:31:17 2003 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 703AE37B404 for ; Sun, 9 Mar 2003 14:31:16 -0800 (PST) Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8E9543FD7 for ; Sun, 9 Mar 2003 14:31:15 -0800 (PST) (envelope-from julian@elischer.org) Received: from interjet.elischer.org (12-232-168-4.client.attbi.com[12.232.168.4]) by sccrmhc03.attbi.com (sccrmhc03) with ESMTP id <2003030922311400300ajii5e>; Sun, 9 Mar 2003 22:31:14 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id OAA98951; Sun, 9 Mar 2003 14:31:14 -0800 (PST) Date: Sun, 9 Mar 2003 14:31:12 -0800 (PST) From: Julian Elischer To: Ferruccio Vitale Cc: freebsd-hackers@freebsd.org Subject: Re: divert socket In-Reply-To: <20030309184622.1ae7fe6a.freebsd@cs.tin.it> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 9 Mar 2003, Ferruccio Vitale wrote: > Hi hackers, > > I've a daemon which create and open a divert socket, which is feeded > by a 'tee rule' in ipfw rulset; my doubt is: what is it passed to > this socket? entire packet or at least layer-3 information > (tcp/udp/...)? it should get an IP packet. Any packet you send back will be given to ip for input processing. > > Regards, > Ferruccio > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message