I have seen that setupDatagramSocket() create a socket and bind it
to the port parameter.
So, if I have already created the socket and the bind, how to avoid
the setupDatagramSocket() function without change significantly the
library?
No, you can't do this without changing the existing code.
-
Hi Ross,I study the following classes:
GroupSock->OutputSock->Socketand setupDatagramSocket() in the GroupSockHelper.
I have seen that setupDatagramSocket() create a socket and bind it to the port
parameter.
So, if I have already created the socket and the bind, how to avoid the
setupDatagramSoc