PR_NewUDPSocket vs PR_OpenUDPSocket
Submitted by Denis Silakov on Thu, 11/13/2008 - 10:45.
Working with NSPR documentation available on Mozilla's wiki, we've come
to an issue with PR_NewUDPSocket been deprecated. PR_OpenUDPSocket is
suggested to be used instead.
Currently LSB is going to include PR_NewUDPSocket and not
PR_OpenUDPSocket. Are there any reasons that would prevent us from
including PR_OpenUDPSocket and dropping PR_NewUDPSocket?
--
Regards,
Denis.

