Re: help needed with dummynet

2004-09-07 Thread Saber Zrelli
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,

Re: help needed with dummynet

2004-09-06 Thread Chuck Swiger
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 q

help needed with dummynet

2004-09-06 Thread Alex Povolotsky
Hello! I've read man ipfw several times but still did not catch the following thing: I want to make ssh traffic 'top priority', giving it all bandwidth it wants, without explicitly limiting other kinds of traffic. man ipfw is quite unclear on queue usage, can anyone give me a working example?