[EMAIL PROTECTED] wrote: > Hi. > > There is a nice tutorial at > http://www.xulplanet.com/tutorials/mozsdk/serverpush.php > about how to create TCP listening socket. Is there a way to create UDP > server socket ? With nsIServerSocket or smth else ? > > Thanks.
It is also possible to use PyXPCOM (Python XPCOM) extension to perform UDP socket handling (there is a sample link below that shows off this code): http://pyxpcomext.mozdev.org/ http://pyxpcomext.mozdev.org/samples.html#pyxpcom_examples Cheers, Todd _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
