Skip to content

Instantly share code, notes, and snippets.

@cristinecula
Created July 11, 2012 08:55
Show Gist options
  • Select an option

  • Save cristinecula/3089134 to your computer and use it in GitHub Desktop.

Select an option

Save cristinecula/3089134 to your computer and use it in GitHub Desktop.
Useful way to test localhost development on slow networks (Linux)
tc qdisc del dev lo root
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