Skip to content
/ linuximq Public
forked from imq/linuximq

Pseudo-driver for the intermediate queue device.

Notifications You must be signed in to change notification settings

lx1/linuximq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pseudo-driver for the intermediate queue device.
------------------------------------------------


This program is free software; 
you can redistribute it and/or modify it under the terms of the 
GNU General Public License as published by the Free Software Foundation;  
either version 2 of the License, or (at your option) any later version.

Authors:    Patrick McHardy, <kaber@trash.net>

The first version was written by Martin Devera, <devik@cdi.cz>




The imq device has two common usage cases:


- Ingress shaping:
	With linux only egress shaping is possible (except for the ingress queue
	which can only do rate limiting). 
	IMQ enables you to use egress qdiscs for real ingress shaping.

- Shaping over multiple interfaces:
	Qdiscs get attached to devices. A consequence of this is that one qdisc can 
	only handle traffic going to the interface it is attached to. 
	Sometimes it is desireable to have global limits on multiple interfaces. 
	With IMQ you can use iptables to specify which packets the qdiscs sees, 
	so global limits can be placed.

About

Pseudo-driver for the intermediate queue device.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%