Skip to content

Instantly share code, notes, and snippets.

@NeQuissimus
Created May 5, 2012 12:53
Show Gist options
  • Save NeQuissimus/2602124 to your computer and use it in GitHub Desktop.
Save NeQuissimus/2602124 to your computer and use it in GitHub Desktop.
Limit bandwidth
ipfw pipe 1 config bw 100KB
ipfw add 1 pipe 1 src-port any
ipfw delete 00001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment