UDP Socket
-
How can I check if a UDP port is connectable or not. I know there is no "connection" actually going on but is there a way to understan if a port is listened by a server process on winsock ? As far as I know it is possible on Unix. If you know how to do this can you post a code sample. Orcun Colak orcuncolak@yahoo.com
-
How can I check if a UDP port is connectable or not. I know there is no "connection" actually going on but is there a way to understan if a port is listened by a server process on winsock ? As far as I know it is possible on Unix. If you know how to do this can you post a code sample. Orcun Colak orcuncolak@yahoo.com
locally or on a remote host ? if locally try a little trick ! try to create a udp server on that port ! if one exists it will certainly fail ! it only fails if you have a server started , or you have not initialized winsock ! //i write a nice winsock article ! in win2000 / xp section ! check it out ! I am the mighty keeper of the book on knowledge . Contact me to get your copy .