From owner-freebsd-net@FreeBSD.ORG Thu May 20 15:14:53 2004 Return-Path: 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 E2EA916A4CE; Thu, 20 May 2004 15:14:53 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FD9143D2F; Thu, 20 May 2004 15:14:53 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 7D9E0653AC; Thu, 20 May 2004 23:14:51 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 08285-04-3; Thu, 20 May 2004 23:14:51 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id CF1F365381; Thu, 20 May 2004 23:14:50 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 5BF0D612E; Thu, 20 May 2004 23:14:48 +0100 (BST) Date: Thu, 20 May 2004 23:14:47 +0100 From: Bruce M Simpson To: Andre Oppermann Message-ID: <20040520221447.GG86489@empiric.dek.spc.org> Mail-Followup-To: Andre Oppermann , Pawel Jakub Dawidek , Luigi Rizzo , freebsd-net@freebsd.org References: <20040518092439.GF845@darkness.comp.waw.pl> <20040518024346.A5068@xorpc.icir.org> <20040518100503.GG845@darkness.comp.waw.pl> <20040518034756.A9648@xorpc.icir.org> <20040520152127.GP845@darkness.comp.waw.pl> <40AD1B39.AAF75D9D@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40AD1B39.AAF75D9D@freebsd.org> cc: Luigi Rizzo cc: Pawel Jakub Dawidek cc: freebsd-net@freebsd.org Subject: Re: ia_netbroadcast X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2004 22:14:54 -0000 On Thu, May 20, 2004 at 10:55:21PM +0200, Andre Oppermann wrote: > However I'm not yet sure we (better I) understand all implications of > removing the things you do in your patch. Please hold off for a moment > until I've finished thinking and looking through the implications. I say can it. It appears to have outlived what little usefulness it might once have had. This is just based on a quick look over what it does in TCP/IP Illustrated Vol 2 and a look at where it's actually referenced within the kernel. If userland needs to see it, it can easily be served up on demand. Regards, BMS