sudo ipfw pipe 1 config bw 300kbit/s
sudo ipfw add pipe 1 dst-ip 0.0.0.0/0
reset:
sudo ipfw flush
sudo ipfw add pipe 1 dst-ip 0.0.0.0/0
reset:
sudo ipfw flush
1
claliu Mar 30, 2011 via iPhone
it is really cool stuff to allocate resource which could be used to preserve bw for high priority task
|