Skip to content

Instantly share code, notes, and snippets.

@leepowelldev
Created September 16, 2011 13:05
Show Gist options
  • Save leepowelldev/1222077 to your computer and use it in GitHub Desktop.
Save leepowelldev/1222077 to your computer and use it in GitHub Desktop.
Simulate bandwidth limit on OS X
sudo ipfw pipe 1 config bw 512kbit/s
sudo ipfw add pipe 1 dst-port http
sudo ipfw add pipe 1 src-port http
sudo ipfw flush
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment