Ignore:
Timestamp:
Dec 26, 2006 3:56:29 AM (17 years ago)
Author:
bennylp
Message:

Fixed ticket #42: duplicate hash entry when TCP/TLS connection is created while previous one is shutting down

File:
1 edited

Legend:

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

    r808 r866  
    12221222 
    12231223            /* Socket error. */ 
     1224            PJ_LOG(4,(tcp->base.obj_name, "TCP connection reset")); 
    12241225 
    12251226            /* We can not destroy the transport since high level objects may 
     
    12631264        } else { 
    12641265            /* Socket error */ 
     1266            PJ_LOG(4,(tcp->base.obj_name, "TCP connection reset")); 
    12651267 
    12661268            /* We can not destroy the transport since high level objects may 
Note: See TracChangeset for help on using the changeset viewer.