Re: OpenBSD 5.2 Tos / AckPri

2012-11-19 Thread Henning Brauer
* Norman Golisz [2012-11-05 10:16]: > On Mon Nov 5 2012 12:15, Wesley wrote: > > Hi, > > > > In OpenBSD 5.2, does this line : "pass all tos lowdelay" do the same > > job that using altq/priq (see below)? > > No. > > > ext_if="kue0" > > altq on $ext_if priq bandwidth 100Kb queue { q_pri, q_def

Re: OpenBSD 5.2 Tos / AckPri

2012-11-05 Thread Norman Golisz
On Mon Nov 5 2012 12:15, Wesley wrote: > Hi, > > In OpenBSD 5.2, does this line : "pass all tos lowdelay" do the same > job that using altq/priq (see below)? No. > ext_if="kue0" > altq on $ext_if priq bandwidth 100Kb queue { q_pri, q_def } > queue q_pri priority 7 > queue q_def priority 1 priq(

OpenBSD 5.2 Tos / AckPri

2012-11-05 Thread Wesley
Hi, In OpenBSD 5.2, does this line : "pass all tos lowdelay" do the same job that using altq/priq (see below)? ext_if="kue0" altq on $ext_if priq bandwidth 100Kb queue { q_pri, q_def } queue q_pri priority 7 queue q_def priority 1 priq(default) pass out on $ext_if proto tcp from $ext_if to any