PDA

View Full Version : Recvfrom


jck2ho
03-23-2002, 12:45 PM
When I try to run the INetSocket example, it seems to me that the recvfrom function can only receive every second datagram. Anyone knows what happen? And why do they have to call recvfrom again in the callback function?

And do I need to bind the socket for UDP transfer? (they don't bind the socket in the example)