cbq.bandwidthtest revision 1.1
11.1Sthorpej# 21.1Sthorpej# this is the setting used for the bandwidth guarantee test (Fig. 7) 31.1Sthorpej# in the ALTQ paper 41.1Sthorpej# 51.1Sthorpejinterface en0 bandwidth 134M cbq 61.1Sthorpejclass cbq en0 root_class NULL priority 0 admission none pbandwidth 100 71.1Sthorpejclass cbq en0 def_class root_class borrow priority 2 pbandwidth 95 default 81.1Sthorpej# 91.1Sthorpejclass cbq en0 tcp_class0 def_class priority 3 pbandwidth 8 101.1Sthorpejfilter en0 tcp_class0 0 0 0 6790 6 111.1Sthorpejclass cbq en0 tcp_class1 def_class priority 3 pbandwidth 16 121.1Sthorpejfilter en0 tcp_class1 0 0 0 6791 6 131.1Sthorpejclass cbq en0 tcp_class2 def_class priority 3 pbandwidth 24 141.1Sthorpejfilter en0 tcp_class2 0 0 0 6792 6 151.1Sthorpejclass cbq en0 tcp_class3 def_class priority 3 pbandwidth 32 161.1Sthorpejfilter en0 tcp_class3 0 0 0 6793 6 171.1Sthorpej 18