Displaying 1 result from an estimated 1 matches for "1_client".
Did you mean:
s_client
2004 Jul 10
0
HFSC simple curves configuration
...itm properly. Maybe somone can help me and write a little example for me (the best will be Patrick McHardy who has ported HFSC to linux) - please just three queues.
My situation:
Let say I have 1Mbit of bandwidth. I need three queues:
- prio queue (with low delays, and 100 kbit guaranted rate )
- 1_client queue (with 0 kbit guaranted rate and fairness share the unsued rest of bandwidth)
- 2_client queue (with 0 kbit guaranted rate and fairness share the unsued rest of bandwidth)
Here you can field the queues configuration:
tc qdisc add dev imq0 root handle 1:0 hfsc default 100
tc class add dev imq...