Re: optimize adsl bandwidth

2011-11-10 Thread Christopher Zimmermann
You probably won't be able to shape traffic with "prio", because it doesn't limit the bandwidth. Therefore packets will probably be queued on your router/modem and then get dropped in a random manner. This queue will also add to you round-trip time. altq won't be able to count your traffic exactly

Re: optimize adsl bandwidth

2011-11-09 Thread Henning Brauer
* Wesley M. [2011-11-09 14:02]: > I use OpenBSD 5.0, what is better between use "prio" or altq on em0 priq > bandwidth 200Kb queue {q_def,q_pri}" ? > I explain : > > altq on em0 priq bandwidth 200Kb queue {q_def,q_pri} > queue q_def priority 1 > queue q_pri priority 7 priq(default) > ... > pass

optimize adsl bandwidth

2011-11-09 Thread Wesley M.
Hi, I use OpenBSD 5.0, what is better between use "prio" or altq on em0 priq bandwidth 200Kb queue {q_def,q_pri}" ? I explain : altq on em0 priq bandwidth 200Kb queue {q_def,q_pri} queue q_def priority 1 queue q_pri priority 7 priq(default) ... pass out on egress inet proto tcp queue(q_def,q_pri