From owner-freebsd-isp Tue Mar 16 3:13:28 1999 Delivered-To: freebsd-isp@freebsd.org Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (Postfix) with SMTP id 8CCC614E51 for ; Tue, 16 Mar 1999 03:11:58 -0800 (PST) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id JAA21390; Tue, 16 Mar 1999 09:54:22 +0100 From: Luigi Rizzo Message-Id: <199903160854.JAA21390@labinfo.iet.unipi.it> Subject: Re: dummynet bandwidth To: Karel.Taft@SkyNet.CZ (Karel Taft) Date: Tue, 16 Mar 1999 09:54:21 +0100 (MET) Cc: freebsd-isp@FreeBSD.ORG In-Reply-To: <36EE234D.5D7B654E@SkyNet.CZ> from "Karel Taft" at Mar 16, 99 10:24:10 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 429 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Hello, > > could you write what's recommended queue size for dummynet > bandwidth (for example 64Kbit/s line)? > > Is this rule correct? > /sbin/ipfw pipe 13 config bw 64Kbit/sec delay 35ms queue 69packets my rule of thumb is generally to stay within 2-3s worth of data on slow pipes, and below 0.5s on fast pipes. In your case i'd probably set something like "queue 15KB". There is no reason to add delay. cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message