(file) Return to SocketzOS_inline.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/SocketzOS_inline.h between version 1.18.4.2 and 1.18.4.3

version 1.18.4.2, 2008/02/22 18:14:27 version 1.18.4.3, 2008/02/25 16:55:02
Line 106 
Line 106 
        {        {
            case(EINPROGRESS):            case(EINPROGRESS):
            case(EWOULDBLOCK):            case(EWOULDBLOCK):
            // Due to a race condition the native accept is not finished.  
            // ioctl() retuns with ENotConn.  
            case(ENOTCONN):  
            {            {
                PEG_TRACE((TRC_SSL, Tracer::LEVEL4,                 PEG_TRACE_CSTRING(TRC_SSL, Tracer::LEVEL4,
                    "Accept pending: %s ( errno $d, reason code 0x%08X ). ",                     "Accept pending (EWB).");
                    strerror(errnoIoctl),  
                    errnoIoctl,  
                    errno2Ioctl));  
                // accept pending                // accept pending
                return 0;                return 0;
            }            }


Legend:
Removed from v.1.18.4.2  
changed lines
  Added in v.1.18.4.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2