Home | History | Annotate | Line # | Download | only in altq.conf.samples
      1  1.1  thorpej #
      2  1.1  thorpej # this is the setting used for the bandwidth guarantee test (Fig. 7)
      3  1.1  thorpej # in the ALTQ paper
      4  1.1  thorpej #
      5  1.1  thorpej interface en0 bandwidth 134M cbq
      6  1.1  thorpej class cbq en0 root_class NULL priority 0 admission none pbandwidth 100
      7  1.1  thorpej class cbq en0 def_class root_class borrow priority 2 pbandwidth 95 default 
      8  1.1  thorpej #
      9  1.1  thorpej class cbq en0 tcp_class0 def_class priority 3 pbandwidth 8
     10  1.1  thorpej filter en0 tcp_class0 0 0 0 6790 6
     11  1.1  thorpej class cbq en0 tcp_class1 def_class priority 3 pbandwidth 16 
     12  1.1  thorpej filter en0 tcp_class1 0 0 0 6791 6
     13  1.1  thorpej class cbq en0 tcp_class2 def_class priority 3 pbandwidth 24 
     14  1.1  thorpej filter en0 tcp_class2 0 0 0 6792 6
     15  1.1  thorpej class cbq en0 tcp_class3 def_class priority 3 pbandwidth 32
     16  1.1  thorpej filter en0 tcp_class3 0 0 0 6793 6
     17  1.1  thorpej 
     18