Lines Matching refs:queue
10 # enable queueing on the external interface to queue packets going out
12 # each queue can be controlled. the max outgoing bandwidth is 1.5Mbps.
14 altq on fxp0 cbq bandwidth 1.5Mb queue { std_ext, www_ext, boss_ext }
17 # std_ext - the standard queue. also the default queue for
19 # www_ext - container queue for WWW server queues. limit to
25 queue std_ext bandwidth 500Kb cbq(default borrow)
26 queue www_ext bandwidth 500Kb { www_ext_http, www_ext_misc }
27 queue www_ext_http bandwidth 50% priority 3 cbq(red borrow)
28 queue www_ext_misc bandwidth 50% priority 1 cbq(borrow)
29 queue boss_ext bandwidth 500Kb priority 3 cbq(borrow)
33 # bandwidth of each queue. bandwidth on this interface is set to the
38 altq on dc0 cbq bandwidth 100% queue { net_int, www_int }
41 # net_int - container queue for traffic from the Internet. bandwidth
43 # std_int - the standard queue. also the default queue for outgoing
49 queue net_int bandwidth 1.0Mb { std_int, it_int, boss_int }
50 queue std_int bandwidth 250Kb cbq(default borrow)
51 queue it_int bandwidth 500Kb cbq(borrow)
52 queue boss_int bandwidth 250Kb priority 3 cbq(borrow)
53 queue www_int bandwidth 99Mb cbq(red borrow)
62 altq on fxp1 cbq bandwidth 100% queue { internal_dmz, net_dmz }
66 # net_dmz - container queue for traffic from the Internet.
68 # net_dmz_misc - all non-http traffic. this is also the default queue.
70 queue internal_dmz bandwidth 99Mb cbq(borrow)
71 queue net_dmz bandwidth 500Kb { net_dmz_http, net_dmz_misc }
72 queue net_dmz_http bandwidth 50% priority 3 cbq(red borrow)
73 queue net_dmz_misc bandwidth 50% priority 1 cbq(default borrow)
91 > 49151 } flags S/SA keep state queue www_ext_misc
93 flags S/SA keep state queue www_ext_http
97 pass out on fxp0 from $boss to any keep state queue boss_ext
101 pass in on dc0 from $it_net to any queue it_int
102 pass in on dc0 from $boss to any queue boss_int
104 > 49151 } flags S/SA keep state queue www_int
115 > 49151 } flags S/SA keep state queue net_dmz_misc
117 flags S/SA keep state queue net_dmz_http
119 21, > 49151 } flags S/SA keep state queue internal_dmz