🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Looking for info on UDP programming

Started by
0 comments, last by Anthracks 23 years, 6 months ago
I''m seeking some very basic info (either code or tutorials) on UDP/connectionless sockets in C++/winsock. I''ve been concentrating on learning TCP/IP, but a recent project I want to undertake for various reasons requires I use UDP instead. Unfortunately, I don''t know much about it! . Does anyone have some simple code or a link to a decent tutorial? All I am really looking for is how to setup the socket (do you need to bind? I''m fairly sure you don''t need to connect...) and how to send/receive (sendto and recvfrom?). Thanks for any help, Anthracks
Advertisement
msdn.micrsoft.com
Library
Playform SDK
Nerworking Services
Network Protocols
WinSock 2.0 API
- The trade-off between price and quality does not exist in Japan. Rather, the idea that high quality brings on cost reduction is widely accepted.-- Tajima & Matsubara

This topic is closed to new replies.

Advertisement