c# asynchronous udp sockets...how???

Started by
2 comments, last by Wanja 19 years, 10 months ago
Hi all, I was messing around with async winsocks with udp protocol but sometimes it works sometimes it does not. I think socket programming is very scary for me so I wanted to ask if anyone knows where to find a good c# tutorial for asynchronous Udp Socket (e.g. Client/Server) programming... thx in advance ^^ Wanja
Advertisement
There are a few examples here. Cheers.
If a plant cannot live according to its nature, it dies; so a man.
Thanx! Nice tutorials there but pitty me didn't found there what me need... any other suggestions ?
Or did anyone some asynchronous udp socket stuff without! using multicast groups in c# or know a good book about it?

^^;

Wanja










[edited by - Wanja on June 4, 2004 1:29:49 PM]
Nervermind at all I found my bug ^^

But an Advice for all who are new to UDP stuff :

NERVER EVER use the same UDP port for client and server when running your application on the same machine ^^;

I like async udp ^^

YAY!

Wanja

This topic is closed to new replies.

Advertisement