The most important networking command in Linux might be ping. This command lets you check if a remote machine is responding to your requests. You can use ping to check if your internet connection is ...
Hey all,<P>I've written some code to ping. I have two versions, one that uses icmp.dll and one that uses raw sockets. Both work just fine.<P>The problem with raw sockets is that it must be run under ...