From owner-freebsd-net@FreeBSD.ORG Sun Apr 13 15:04:33 2003 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 6DB5237B401; Sun, 13 Apr 2003 15:04:33 -0700 (PDT) Received: from relay.boerde.de (relay.boerde.de [213.187.87.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id B72B243FA3; Sun, 13 Apr 2003 15:04:32 -0700 (PDT) (envelope-from shauwn@relay.boerde.de) Received: by relay.boerde.de (Postfix, from userid 639) id 3AAE9139A3; Mon, 14 Apr 2003 00:04:31 +0200 (MEST) Received: from localhost (localhost [127.0.0.1]) by relay.boerde.de (Postfix) with ESMTP id 2F51D139A1; Mon, 14 Apr 2003 00:04:31 +0200 (MEST) Date: Mon, 14 Apr 2003 00:04:31 +0200 (MEST) From: Frank Reppin To: Alexander In-Reply-To: <20030413233019.S65387-100000@amour.ath.cx> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-isp@freebsd.org cc: freebsd-net@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: "pipe sharing program", something like cbq X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Frank.Reppin@boerde.de List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2003 22:04:33 -0000 On Sun, 13 Apr 2003, Alexander wrote: > Hello ! hi, > > I'm looking a program that can do the following stuff: > > If I have 5 clients, each of them with 64k pipe and all of them share a > 256k pipe. And at a certain time some of the clients are using their full > 64k capacity and the others are using not pretty much (like just browsing > sites or just idling), so the program should notice that and get some from > the 64k pipe of each idler and share it through the rest of active users. ALTQD: http://www.csl.sony.co.jp/~kjc/software.html#ALTQ should fulfil your needs. You can define classes within CBQ and those classes can borrow 'unused' bandwidth from their respective parentclasses. Best regards, Frank Reppin