Hello! > Low priority connections can clog the accept queue only when there are no > high priority connection requests coming along. As soon as a slot becomes empty > in the accept queue, it becomes available for a high priority connection. And in presence of persistent low priority traffic, high priority connection will not have any chances to take this slot. When high priority connection arrives all the slots are permanently busy with low ones. > If that happens, TCP SYN policing can be employed to limit the rate of low > priority connections getting into accept queue. After this your patch is not required at all. :-) All the effect is a bit better latency, not a big win. > dropped simply because there is no room for that class although there is room > for higher priority classes and there are no incoming higher priority > connections. ABC of resource control. If you have finite resource and want to give better service to class A, you must reserve for it some bits of resource or must be able to preempt other classes. Alexey - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org