From owner-freebsd-net@FreeBSD.ORG Wed Jun 23 06:52:19 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 1B68016A4CF for ; Wed, 23 Jun 2004 06:52:19 +0000 (GMT) Received: from utopia.in.force-elite.com (force-elite.com [216.255.199.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id 868FB43D5A for ; Wed, 23 Jun 2004 06:52:18 +0000 (GMT) (envelope-from chip@force-elite.com) X-AuthUser: chip@force-elite.com Received: from [10.0.0.22] (10.0.0.22:35396)Server] ; Wed, 23 Jun 2004 06:52:17 -0000 From: Paul Querna To: Takashi Okumura In-Reply-To: <40D8FF41.6392C8F7@cs.pitt.edu> References: <40D8FF41.6392C8F7@cs.pitt.edu> Content-Type: text/plain Date: Tue, 22 Jun 2004 23:52:17 -0700 Message-Id: <1087973537.32330.58.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 1.5.9.2 Content-Transfer-Encoding: 7bit cc: freebsd-net@freebsd.org Subject: Re: Rate Limiting Per-Socket 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: Wed, 23 Jun 2004 06:52:19 -0000 On Tue, 2004-06-22 at 23:55 -0400, Takashi Okumura wrote: > hi, > > please take a look at mod_netnice. it uses netnice, another in-kernel > traffic control primitive on the platform. since you can control each > socket with netnice, i think it's easy to extend the module to meet > your needs. > > http://www.netnice.org/app_modnetnice.html > Wow, that is a very neat project! Is there any chance of netnice being added to mainstream FreeBSD, perhaps in the 5.x tree? It would be very cool if it could be added a port initially, like pf was. I downloaded it, but it looks like you only have patches against the 4.x tree? Thanks, -Paul Querna