blob: fbc22c992cc25ed89db24067c01132433ecb524e (
plain)
1
2
3
4
5
6
|
altq on ppp0 cbq bandwidth 100Kb tbrsize 1500 queue { std ssh }
altq on lo0 cbq bandwidth 10Mb tbrsize 1824 queue { blah ssh }
queue std bandwidth 10% cbq( borrow default )
queue ssh bandwidth 30% cbq( borrow ) { ssh2 }
queue ssh2 bandwidth 80%
queue blah cbq( default )
|