< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index |
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.