< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

Re: [reSIProcate-users] Failed to bind the transport to a multicast address: 224.0.1.75


I have got it solved, please ignore my email, sorry for bother.

On Thu, Nov 26, 2015 at 1:26 PM, Karlsson <boost.regex@xxxxxxxxx> wrote:
When I add a transport on 224.0.1.75 with 5060 port, I got the 10049 error in InternalTransport::bind():

   if ( ::bind( mFd, &mTuple.getMutableSockaddr(), mTuple.length()) == SOCKET_ERROR )
   {
      int e = getErrno();  <============ the e is 10049. 


   }

Doesn't resip support bind transport on multicast address ?

THANKS.