View Single Post
  #2 (permalink)  
Old 05-04-2008, 12:45 AM
mholt mholt is offline
Newbie
 
Join Date: Jan 2008
Posts: 27
Rep Power: 3
mholt is on a distinguished road
Default Re: Winsock: Receiving UDP broadcasts

Okay, well after some experimentation, I'm noticing that since my packets are small (under 50 bytes), it doesn't take much time to send/recv a set to and from each client. I've decided to just use a for loop through a vector of client addresses.

If somebody has a better way, please enlighten me. Thanks
Reply With Quote