Winsock UDP
Are there any online tutorials on using Winsock and using UDP? I dont need TCP, I already have resources for that, and I want to use UDP in my game.
Ive looked and didnt find anything like they have about TCP sockets.
They just have a few random articles, and info on .NET sockets and UDP.
I am using VC++ 6.0
They just have a few random articles, and info on .NET sockets and UDP.
I am using VC++ 6.0
The sample code I put at Etwork implements a chat server and client using either UDP or TCP. It's not a "tutorial" as such, but a full, complete, documented sockets messaging layer, with sample code.
enum Bool { True, False, FileNotFound };
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement