Displaying 2 results from an estimated 2 matches for "120kbits".
Did you mean:
120kbit
2002 Aug 17
2
Another sharing tehnique, is this possible ?
...ossible to do some sort of UNFAIR-SHARING :"), what I have in mind :
Say I have a internet link with 100kbits bandwith, then I want to share it between many clients (which will increase over time). Let''s i start with 5 clients with rate = 30kbits...
See the total bandwith of users is 120kbits but I have only 100kbits.... So where is the problem I want to describe their bandwith like
total 100kbits
|__ user1 => rate 30kbits, ceil 30kbits
|__ user2 => rate 30kbits, ceil 30kbits
|__ user3 => rate 30kbits, ceil 30kbits
|__ .....................
|__ userX => rate 30kbits,...
2003 Oct 31
2
tc filter oddities
...y''re not getting the parents I''ve intended. comments on the sanity
of my queue structure are welcomed (as are all others), but really I
should be able to deal with that after my filters agree to work, as the
fw ones were beforehand.
copy of script (commented):
//root limited to 120kbits (on 128kbit link)
tc qdisc add root dev eth1 handle 1: htb
tc class add dev eth1 parent 1: classid 1:1 htb rate 120kbit ceil
120kbit burst 2k
//first one is voip, second one is everything else
//this is a change from how i was doing it before and is untested
tc class add dev eth1 parent 1:1 classi...