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

Re: [reSIProcate-users] limpc,WSAGetLastError() =1038


Are you referring to resip/stack/test/limpc.cxx?  I don't see the above code in that source file at all. 

Scott


On Wed, Nov 13, 2013 at 9:14 PM, jianwei zhang <northeastsquarelive555@xxxxxxxxx> wrote:
int numReady = fdset.selectMilliSeconds(ms);

   ms = resipMin(buildFdSetForObservers(fdset), (unsigned int)ms);

   // Step 2: Select on our built FdSet
   int numReady = fdset.selectMilliSeconds(ms);
   if ( numReady < 0 )
   {
      int err = getErrno();//here is 10038 , An operation was attempted on something that is not a socket.
      if ( err!=EINTR )
      {
         CritLog(<<"select() failed: "<<strerror(err));
         assert(0);     // .kw. not sure correct behavior...
      }
      return false;
   }

I am newer to resiprocate ,want to test limpc.cc, but is 10038 socket error, Help me.

_______________________________________________
resiprocate-users mailing list
resiprocate-users@xxxxxxxxxxxxxxx
List Archive: http://list.resiprocate.org/archive/resiprocate-users/