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 ...
I seem to be struggling with a rather elementary problem in C#, and that is how to create a client side socket driven thread safe event loop system. I believe ( correct me if I'm wrong, since this is ...