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

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


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.