I want to simulate a higher ping for all Internet traffic (without loss of bandwidth), and jsw suggested I look into ipfw. Scary!
Does anyone know whether entering the following in Terminal would work, adding 80 ms to all traffic?
And then would the following bring my Mac COMPLETELY back to the previous state, including leaving my System Prefs firewall settings intact?
(And do any of those need sudo in front?)
I'm not a command-line expert, and don't want to destabilize my Mac or screw anything up. I just want a reversible "fake lag" that would affect all games and apps. Thanks for any advice or warnings!
(Apple docs here)
Does anyone know whether entering the following in Terminal would work, adding 80 ms to all traffic?
Code:
ipfw pipe 1 config delay 80
ipfw add pipe 1 tcp from any to any
ipfw add pipe 1 udp from any to any
And then would the following bring my Mac COMPLETELY back to the previous state, including leaving my System Prefs firewall settings intact?
Code:
ipfw flush
(And do any of those need sudo in front?)
I'm not a command-line expert, and don't want to destabilize my Mac or screw anything up. I just want a reversible "fake lag" that would affect all games and apps. Thanks for any advice or warnings!
(Apple docs here)