Skip to content

Instantly share code, notes, and snippets.

@chengfred
Created September 14, 2013 07:49
Show Gist options
  • Save chengfred/6559732 to your computer and use it in GitHub Desktop.
Save chengfred/6559732 to your computer and use it in GitHub Desktop.
Configure delay for port
sudo ipfw add pipe 1 ip from any to any out dst-port 7002
sudo ipfw pipe 1 config delay 100
# 100ms propagation delay on any connection to port 7002
sudo ipfw show
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment