blob: 35e709be88cdbfd2809076c3b5263795de8ecc2e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# service curve parse/print functions feedback test
# try to provoke them
altq on lo0 tbrsize 1824 bandwidth 10Mb hfsc queue { eins zwei drei }
altq on tun1000000 tbrsize 1824 bandwidth 100Mb hfsc queue { eins zwei drei }
queue eins bandwidth 10% hfsc(default linkshare(20% 20 5%) realtime 500Kb)
queue zwei bandwidth 40% hfsc(linkshare(35% 10 25%) upperlimit 5Mb)
queue drei bandwidth 50% hfsc(linkshare(45% 20 4Mb) \
upperlimit(65% 10 45%))
|