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 flags S/SA \
        keep state queue (q_def, q_pri)

from this : http://www.benzedrine.cx/ackpri.html

Thank you very much for your replies.

Cheers,

Wesley.

Reply via email to