Name | Type | Description |
---|---|---|
DropTailQoSQueue | simple module |
Drop-tail queue with QoS support, to be used in network interfaces. Performs priority queueing. Conforms to the OutputQueue interface. |
DropTailQueue | simple module |
Drop-tail queue, to be used in network interfaces. Conforms to the OutputQueue interface. |
OutputQueue | module interface |
Prototype for per-NIC output queues. Concrete queues can implement drop-tail, RED etc. policy. |
REDQueue | simple module |
RED (Random Early Detection) queue, to be used in routers' network interfaces. Conforms to the OutputQueue interface. |