Advertisement

Winsock UDP

Started by June 25, 2006 10:53 PM
4 comments, last by Fixxer 18 years, 7 months ago
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.
better udp MSDN

kuphryn
Advertisement
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
experiment

Kuphryn
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 };
@Kuph- With what?

@hplus- thanks Ill take a look at that and see what I can learn :-)

This topic is closed to new replies.

Advertisement