About
The network traffic or network wire is all network packet that goes through a certain interface in the network.
The packets flow between:
- and a NetWork Server
Control Functions
List
For Network packets, the below network functions can be used to control the traffic:
- Net proxy (socks proxy)
Implementation
Note that they can be implemented by:
- software: Net Server
- or hardware: Router
Protocol
For packets with a known payload structure, the servers build on Net Server can also implement routing for their protocol. For example:
- for HTTP, What is an HTTP Proxy?
Command Line Tool
tc (Traffic Control)
- Simulate Latency
tc qdisc add dev eth0 root netem delay 2000ms
- Remove the rule
tc qdisc add del eth0 root netem