< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index |
int numReady = fdset.selectMilliSeconds(ms);ms = resipMin(buildFdSetForObservers(fdset), (unsigned int)ms);// Step 2: Select on our built FdSetint 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/