This tutorial shows how to use the tc
tool to control, manipulate and shape traffic.
The tc
tool is very useful for testing and experimenting how network configurations and services react to different
network conditions.
The fixed-delay directory contains a simple example showing how to add a fixed delay to interfaces.
The variable-delay directory contains a simple example showing how to add a variable delay to interfaces.
The packet-loss directory contains a simple example showing how to add packet loss to interfaces.
The limit-bandwidth directory contains a simple example showing how to add bandwidth limit to interfaces.