12.02.2011, 10:55
UDP is basically a connectionless protocol. You fire packets at it, and you don't know what the outcome is.
You need to send a ping packet and compare the response. Here's an example, check __construct().
You need to send a ping packet and compare the response. Here's an example, check __construct().