- Home /
Question by
LifeArtist · Feb 03, 2015 at 10:28 AM ·
serverclientudp
Multicast group or a list with all players ?
Hey,
currently I'm working on a Server/Client(Udp) game(mmorpg). So my question is : should I use a multicast group server, or just a normal non-blocking and save all recieved addresses in a list ( sending with a for loop in players ) ?
Regards,
LifeArtist
Comment