Skip to content

Instantly share code, notes, and snippets.

@ddeyoung
Created October 28, 2011 15:49
Show Gist options
  • Save ddeyoung/1322590 to your computer and use it in GitHub Desktop.
Save ddeyoung/1322590 to your computer and use it in GitHub Desktop.
Limit Connection Bandwidth on OS X 10.6 (ipfw)
sudo ipfw pipe 1 config bw 300kbit/s
sudo ipfw add pipe 1 dst-ip 0.0.0.0/0
sudo ipfw flush
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment