Home | History | Annotate | Line # | Download | only in altq.conf.samples
      1  1.1  thorpej interface en0 bandwidth 135M cbq
      2  1.1  thorpej class cbq en0 root_class NULL pbandwidth 100
      3  1.1  thorpej class cbq en0 def_class root_class borrow pbandwidth 95 default 
      4  1.1  thorpej # tcp, udp, mcast
      5  1.1  thorpej class cbq en0 tcp_class def_class borrow pbandwidth  40
      6  1.1  thorpej 	filter en0 tcp_class 0 0 0 0 6
      7  1.1  thorpej class cbq en0 udp_class def_class borrow pbandwidth 40
      8  1.1  thorpej 	filter en0 udp_class 0 0 0 0 17
      9  1.1  thorpej class cbq en0 mcast_class def_class pbandwidth 10
     10  1.1  thorpej 	filter en0 mcast_class 224.0.0.0 netmask 0xf0000000 0 0 0 17
     11  1.1  thorpej # http ftp
     12  1.1  thorpej class cbq en0 http_class tcp_class borrow pbandwidth  10
     13  1.1  thorpej 	filter en0 http_class 0 0 0 80 6
     14  1.1  thorpej class cbq en0 ftp_class tcp_class borrow pbandwidth  10
     15  1.1  thorpej 	filter en0 ftp_class 0 0 0 20 6
     16  1.1  thorpej 	filter en0 ftp_class 0 20 0 0 6
     17  1.1  thorpej 
     18  1.1  thorpej 
     19