DragonFly BSD
DragonFly users List (threaded) for 2006-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Please help with NAT


From: Gergo Szakal <bastyaelvtars@xxxxxxxxx>
Date: Fri, 20 Oct 2006 10:49:16 +0200

Erik Wikström wrote:

Never used dummynet myself but I seem to recall that ALTQ does not provide the same functionality as dummynet. As I understand ALTQ can be used to prioritize some packages over others (by using different queues and rules that places the packages in the right queue) while dummynet supports more advanced stuff like simulating slow/unreliable networks. Someone who knows, please correct me if I'm wrong.

There is PRIQ whose purpose is to prioeitize one packet over the other, indeed. It makes the system process higher-priority traffic first.
CBQ creates classes in a root queue like this:
root: 100Mbit - class http 20Mbit (packets going to port 80, 443)
- class mail 20Mbit (packets going to 110, 25, 995 etc.)
-class other 60Mbit


Therefore, 20Mbit will be reserved for either mail and http.

HTH



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]