Date: Mon, 06 Sep 2004 14:02:24 -0400 From: Chuck Swiger <cswiger@mac.com> To: Alex Povolotsky <tarkhil@webmail.sub.ru> Cc: freebsd-net@freebsd.org Subject: Re: help needed with dummynet Message-ID: <413CA630.8040606@mac.com> In-Reply-To: <20040906112426.7a575414@tarkhil.over.ru> References: <20040906112426.7a575414@tarkhil.over.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
Alex Povolotsky wrote: > I want to make ssh traffic 'top priority', giving it all bandwidth it > wants, without explicitly limiting other kinds of traffic. OK. Consider something like the following: ipfw pipe 1 config ipfw queue 1 config pipe 1 weight 100 ipfw queue 2 config pipe 1 weight 1 ipfw add queue 1 tcp from any to any ssh ipfw add queue 2 ip from any to any -- -Chuck
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?413CA630.8040606>