sched: CHOKe flow scheduler
[cascardo/linux.git] / net / sched / Kconfig
index e318f45..8c19b6e 100644 (file)
@@ -217,6 +217,17 @@ config NET_SCH_MQPRIO
 
          If unsure, say N.
 
+config NET_SCH_CHOKE
+       tristate "CHOose and Keep responsive flow scheduler (CHOKE)"
+       help
+         Say Y here if you want to use the CHOKe packet scheduler (CHOose
+         and Keep for responsive flows, CHOose and Kill for unresponsive
+         flows). This is a variation of RED which trys to penalize flows
+         that monopolize the queue.
+
+         To compile this code as a module, choose M here: the
+         module will be called sch_choke.
+
 config NET_SCH_INGRESS
        tristate "Ingress Qdisc"
        depends on NET_CLS_ACT