Lines Matching full:queue

9 # enable queueing on the external interface to queue packets going out
11 # each queue can be controlled. the max outgoing bandwidth is 1.5Mbps.
13 altq on fxp0 cbq bandwidth 1.5Mb queue { std_ext, www_ext, boss_ext }
16 # std_ext - the standard queue. also the default queue for
18 # www_ext - container queue for WWW server queues. limit to
24 queue std_ext bandwidth 500Kb cbq(default borrow)
25 queue www_ext bandwidth 500Kb { www_ext_http, www_ext_misc }
26 queue www_ext_http bandwidth 50% priority 3 cbq(red borrow)
27 queue www_ext_misc bandwidth 50% priority 1 cbq(borrow)
28 queue boss_ext bandwidth 500Kb priority 3 cbq(borrow)
32 # bandwidth of each queue. bandwidth on this interface is set to the
37 altq on dc0 cbq bandwidth 100% queue { net_int, www_int }
40 # net_int - container queue for traffic from the Internet. bandwidth
42 # std_int - the standard queue. also the default queue for outgoing
48 queue net_int bandwidth 1.0Mb { std_int, it_int, boss_int }
49 queue std_int bandwidth 250Kb cbq(default borrow)
50 queue it_int bandwidth 500Kb cbq(borrow)
51 queue boss_int bandwidth 250Kb priority 3 cbq(borrow)
52 queue www_int bandwidth 99Mb cbq(red borrow)
61 altq on fxp1 cbq bandwidth 100% queue { internal_dmz, net_dmz }
65 # net_dmz - container queue for traffic from the Internet.
67 # net_dmz_misc - all non-http traffic. this is also the default queue.
69 queue internal_dmz bandwidth 99Mb cbq(borrow)
70 queue net_dmz bandwidth 500Kb { net_dmz_http, net_dmz_misc }
71 queue net_dmz_http bandwidth 50% priority 3 cbq(red borrow)
72 queue net_dmz_misc bandwidth 50% priority 1 cbq(default borrow)
90 > 49151 } queue www_ext_misc
92 queue www_ext_http
96 pass out on fxp0 from $boss to any queue boss_ext
100 pass in on dc0 from $it_net to any queue it_int
101 pass in on dc0 from $boss to any queue boss_int
103 > 49151 } queue www_int
113 > 49151 } queue net_dmz_misc
114 pass out on fxp1 proto tcp from any to $wwwserv port 80 queue net_dmz_http
116 21, > 49151 } queue internal_dmz