[Twisted-Python] UDP with multiple connections

Simon Pickles sipickles at hotmail.com
Tue Oct 9 14:21:44 MDT 2007


Ok, UDP is new to me, so please be gentle....

I've got a server authentication app which needs to accept many client 
connections, but also dispatch messages to a master server. Am I best 
using unconnected UDP? do i then have to deal with each received 
datagram by checking which host is has come from and acting accordingly?

thanks

Simon




More information about the Twisted-Python mailing list