[gameprogrammer] udp and max connections

Im working on an UDP based server with SDL_Net and I have found a problem. An UDP socket can handle a limited number of connections because each socket has 32 channels, and each channel supports 32 clients. How can I break this limit? Can I have several sockets listening on same port or can I forget about binding each client to a channel and sending packets using the first available channel?

--
http://dsgp.blogspot.com | Linux, programación, juegos
Have no place I can be since I found Serenity
But you can’t take the sky from me

                
______________________________________________ LLama Gratis a cualquier PC del Mundo. Llamadas a fijos y móviles desde 1 céntimo por minuto. http://es.voice.yahoo.com

---------------------
To unsubscribe go to http://gameprogrammer.com/mailinglist.html


Other related posts: