2010-07-15, 06:52 PM
Code:
[B][U]The -commands are letters:[/U][/B]
ping -L 1024 -N 20 www.apple.com
L stands for package size (in bytes, 1024 = 1 kilobyte)
N stands for the number of pings
[B][U]But the -L and -N have to be lower case, so it becomes:[/U][/B]
ping -l 1024 -n 20 www.apple.comI use http://www.apple.com because it's hosted in LA, same as Nexon servers, and it doesn't have a ping block, like passport.nexon.net.
That's why it says timed out there.

