On Nov 30, 2007 10:44 PM, D3||||!$ <[EMAIL PROTECTED]> wrote: > > > In NSPR, use PR_SendTo and PR_RecvFrom to send and receive > > UDP packets. > > > > So does that mean that these functions are simply platform-independent > functions for sending packets from a socket of a particular protocol??
Yes. > Can I make broader use of NSPR ??? (I mean in applications where I > don't need SSL...) Are there NSPR functions for establishing UDP ? Yes, you can make broader use of NSPR. NSPR can be used independently, without NSS. The NSPR functions for establishing UDP are PR_OpenUDPSocket, PR_SendTo, and PR_RecvFrom. Wan-Teh _______________________________________________ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto