Date: Wed, 8 Sep 2004 13:05:47 +0900 (JST) From: "Saber Zrelli" <zrelli@jaist.ac.jp> To: "Chuck Swiger" <cswiger@mac.com> Cc: Alex Povolotsky <tarkhil@webmail.sub.ru> Subject: Re: help needed with dummynet Message-ID: <32818.203.178.159.102.1094616347.squirrel@203.178.159.102> In-Reply-To: <413CA630.8040606@mac.com> References: <20040906112426.7a575414@tarkhil.over.ru> <413CA630.8040606@mac.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi , checkout the 'netnice' tool , here is the link : http://www.netnice.org/ you can use 'netnice' just like the well know 'nice' except the fact that the ressource managed by 'nice' is the cpu , while 'netnice' manages the network interface access. Enjoy , -- Saber On Tue, September 7, 2004 3:02 am, Chuck Swiger said: > 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 > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" > ------------------------------------------------------------------- Saber Zrelli Japan Advanced Institute of Science and Technology School of Informations Science , Shinoda Lab. Url : www.jaist.ac.jp/~zrelli Gpg key-id : E3A7EC6C
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?32818.203.178.159.102.1094616347.squirrel>