using udp in winsock tutorials

Started by
2 comments, last by GameDev.net 18 years ago
I'm trying to learn how to use udp in winsock but all the tutorials i have found use tcp and i wondered if anyone could give me some tutorials.
Advertisement
Sending via UDP:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winsock/winsock/sendto_2.asp

Recving via UDP:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winsock/winsock/recvfrom_2.asp


(Scroll all of the way to the bottom of these pages to see the example code)


www.sockaddr.com
That's a really useful link, RadioTeeth.

Thanks.

Mr. Creamy

This topic is closed to new replies.

Advertisement