From owner-freebsd-net Sun Jan 14 4: 4:44 2001 Delivered-To: freebsd-net@freebsd.org Received: from mail.andy.de (fw.andy.de [212.8.198.74]) by hub.freebsd.org (Postfix) with ESMTP id 6D86837B400 for ; Sun, 14 Jan 2001 04:04:11 -0800 (PST) Received: from windoze.andy.de (windoze.andy.de [212.8.199.4]) by mail.andy.de (Postfix) with ESMTP id DCDEC7CEC1 for ; Sun, 14 Jan 2001 13:04:04 +0100 (CET) Date: Sun, 14 Jan 2001 13:05:05 +0100 From: Andreas Gerstenberg To: freebsd-net@freebsd.org Subject: Problem w/ traffic shaper? (dummynet) Message-ID: <224962209.979477505@windoze.andy.de> X-Mailer: Mulberry/2.0.5 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I've set up a very simple traffic-shaper: ipfw add pipe 1 ip from any to any via fxp2 in ipfw add pipe 2 ip from any to any via fxp2 out ipfw pipe 1 config bw 1MBit/s delay 10ms ipfw pipe 2 config bw 1MBit/s delay 10ms 'ipfw show' looks corrrect: 00100 9446889 4072588337 pipe 1 ip from any to any in recv fxp2 00200 11309245 4817693655 pipe 2 ip from any to any out xmit fxp2 the 'ipfw show queue' says the following: 00001: 8.000 Mbit/s 10 ms 50 sl. 1 queues (1 buckets) droptail mask: 0x00 0x00000000/0x0000 -> 0x00000000/0x0000 [...] 00002: 8.000 Mbit/s 10 ms 50 sl. 1 queues (1 buckets) droptail mask: 0x00 0x00000000/0x0000 -> 0x00000000/0x0000 [...] Why does it tell me a value of 8 Mbit/s? (4.2-STABLE, cvsup from 12.12.2000) regards, Andy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message