* 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
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(
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
3 matches
Mail list logo