Table of Contents

About

The network traffic or network wire is all network packet that goes through a certain interface in the network.

The packets flow between:

Control Functions

List

For Network packets, the below network functions can be used to control the traffic:

Implementation

Note that they can be implemented by:

Protocol

For packets with a known payload structure, the servers build on Net Server can also implement routing for their protocol. For example:

Command Line Tool

tc (Traffic Control)

Traffic Control

tc qdisc add dev eth0 root netem delay 2000ms
  • Remove the rule
tc qdisc add del eth0 root netem