Simulate Slow Network

Simulate slow network connection locally

tc qdisc add dev lo root netem delay 500ms

If you want to simulate delay in another interface, change lo to the name of the interface

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License