Ignore:
Timestamp:
Jul 10, 2006 9:37:53 PM (18 years ago)
Author:
bennylp
Message:

Fixed several bugs with TCP transport: (1) Handle crash in transaction, possibly because of transport error, (2) TCP accept() does not work correctly with IOCP because IOCP needs different buffer each time WSAAcceptEx() is called, (3) increase verbosity to warning on transport related errors in transaction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_transport.c

    r596 r600  
    465465    if (tdata->is_pending) { 
    466466        pj_assert(!"Invalid operation step!"); 
     467        PJ_LOG(2,(THIS_FILE, "Unable to send %s: message is pending",  
     468                             pjsip_tx_data_get_info(tdata))); 
    467469        return PJSIP_EPENDINGTX; 
    468470    } 
Note: See TracChangeset for help on using the changeset viewer.