Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Sep 2005 14:13:03 +0300
From:      vladone <vladone@spaingsm.com>
To:        freebsd-ipfw@freebsd.org
Subject:   dummynet patch
Message-ID:  <97663975.20050917141303@spaingsm.com>

next in thread | raw e-mail | index | archive | help
Can someone make an patch for dummynet, so an user can't get maximum
bandwith. Queue work great for sharing same bandwidth, but an user can
get much banditdth if is not used but anothers.
So is wonderfull if i can put an paramaters for queue (like for pipe),
to limit bandwidth:
For example:
ipfw pipe 1 congig bw 1mbit/s
ipfw queue 1 config weight 10 pipe 1 bw 128kbits/s
ipfw queue 1 config weight 15 pipe 1 bw 256kbits/s

This mean that i have two queue that share same pipe. Bandwidth is
given accordint with their weight but no more that value indicated by
"bw" parameter. In my example queue 1 can get more than 128 kbits/s.
In this mode bandwidth is well splited but an user can't get all
bandidth if is alone on network.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?97663975.20050917141303>