Page 1 of 1

queue dont work

Posted: Sun Dec 09, 2007 10:35 pm
by datalinux
the simple queue dont work, how to fix it ?

Re: queue dont work

Posted: Mon Dec 10, 2007 3:02 am
by gustkiller
sounds like tcp / udp port zero = ares

Re: queue dont work

Posted: Mon Dec 10, 2007 10:51 am
by nowires
I have the same problem, almost sure caused by Ares customers. But they aren't zero port packets.

I captured some packets from one of the hosts, and I could see that there are a lot of lines with IP protocol (fragmented IP). IMO, queue counts the first UDP packet size, but not the fragments.

Image

Hope it helps

Re: queue dont work

Posted: Tue Dec 11, 2007 6:52 am
by jwamsley
Same here...
Using simple queues, i have people limited to 128K upload,
however some doing this file sharing are able to triple
that. only way i am able to slow them down is to
drop their queue to 28K.

They are still able to go 3 - 4 times that speed, but
at least they aren't killing me now.

Any fixes would be greatly appreciated!

Re: queue dont work

Posted: Tue Dec 11, 2007 12:07 pm
by nowires
I am thinking in create a firewall rule to drop the packets that match the size of this kind of Ares packet. It has a fixed size and I haven't seen before in other software.

But I don't know if it will be the best solution...