Created
July 11, 2012 08:55
-
-
Save cristinecula/3089134 to your computer and use it in GitHub Desktop.
Useful way to test localhost development on slow networks (Linux)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tc qdisc del dev lo root |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tc qdisc add dev lo root handle 1:0 netem delay 500msec |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment