Created
September 16, 2011 13:05
-
-
Save leepowelldev/1222077 to your computer and use it in GitHub Desktop.
Simulate bandwidth limit on OS X
This file contains 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
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