Date: Mon, 17 Dec 2001 04:28:10 -0800 (PST) From: Vincent Chen <vctw@yahoo.com> To: FreeBSD maillist <freebsd-questions@FreeBSD.ORG> Subject: traffic shape Message-ID: <20011217122810.40111.qmail@web20008.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
Dear all, I am trying to crate a pipe for my ADSL link. My configuration as follow: ipfw add 100 pipe 101 tcp from any http to <myip> ipfw add 100 pipe 102 tcp from <myip> to any http ipfw pipe 101 config bw 512Kbit/s queue 20 mask all ipfw pipe 102 config bw 32Kbit/s queue 5 mask all When I download file from website without the pipe, transfer rate is about 50 Kbytes/s. After the pipe activated, transfer rate is about 30Kbytes/s. I wonder where the extra bandwith is. BTW: Though I have 'mask all' option in my pipe configuration, but I don't realy understand this option. Where can I find more information about this option? Thanks, Vincent Chen __________________________________________________ Do You Yahoo!? Check out Yahoo! Shopping and Yahoo! Auctions for all of your unique holiday gifts! Buy at http://shopping.yahoo.com or bid at http://auctions.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011217122810.40111.qmail>