Re: [Live-devel] Question on GroupSock

2009-02-24 Thread Ross Finlayson
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. -

[Live-devel] Question on GroupSock

2009-02-24 Thread Gabriele De Luca
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