Skip to content

Latest commit

 

History

History

traffic-control

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Traffic Control

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.

Fixed Delay

The fixed-delay directory contains a simple example showing how to add a fixed delay to interfaces.

Variable Delay

The variable-delay directory contains a simple example showing how to add a variable delay to interfaces.

Packet Loss

The packet-loss directory contains a simple example showing how to add packet loss to interfaces.

Limit Bandwidth

The limit-bandwidth directory contains a simple example showing how to add bandwidth limit to interfaces.