ckrm-E13
[linux-2.6.git] / net / ipv4 / Kconfig
index 0bb1b88..d59797c 100644 (file)
@@ -360,5 +360,28 @@ config INET_IPCOMP
          
          If unsure, say Y.
 
+config ACCEPT_QUEUES 
+       bool "IP: TCP Multiple accept queues support"
+       depends on INET && NETFILTER
+       ---help---
+         Support multiple accept queues per listening socket. If you say Y
+         here, multiple accept queues will be configured per listening
+         socket.
+         
+         Each queue is mapped to a priority class. Incoming connection 
+         requests can be classified (see iptables(8), MARK target), depending
+         on the packet's src/dest address or other parameters, into one of 
+         the priority classes. The requests are then queued to the relevant
+         accept queue. 
+
+         Each of the queues can be assigned a weight. The accept()ance 
+         of packets is then scheduled in accordance with the weight 
+         assigned to the priority class. 
+         
+         Be sure to enable "Network packet filtering" if you wish
+         to use this feature.
+
+         If unsure, say N.
+
 source "net/ipv4/ipvs/Kconfig"