ip_relay

TCP traffic shaping relay for controlling network bandwidth

brewmacoslinux
Try with needOr install directly
Source

About

TCP traffic shaping relay application

Commands

ip_relay

Examples

Start relay listening on port 8080, forwarding to example.com:80$ ip_relay -l 8080 -r example.com:80
Relay with bandwidth limiting to 1Mbps on port 9000$ ip_relay -l 9000 -r 192.168.1.100:443 -b 1000
Run relay with verbose logging and latency simulation$ ip_relay -l 5000 -r target.server:3306 -v -d 50