I'm trying to write a program that sends a query to a UDP server, and in turn the UDP server returns some information, now the problem I'm having is not being able to capture the data the server is returning, do I need two seperate sockets, one to listen on port 27666 and another to send data over port 27666, or can it be done with 1 socket? Do any of you know of any good UDP examples?
Thanks in advance,
Matt
------------------
[This message has been edited by Matt Grace (edited January 12, 2001).]
Thanks in advance,
Matt
------------------
[This message has been edited by Matt Grace (edited January 12, 2001).]
Comment