Ignore:
Timestamp:
Mar 23, 2011 10:23:31 AM (13 years ago)
Author:
ming
Message:

Re #1221: Move setting the socket option to pjlib level (sock_bsd) instead of in the SIP transport.

File:
1 edited

Legend:

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

    r3479 r3480  
    12301230    pj_ioqueue_callback tls_callback; 
    12311231    int rc; 
    1232     pj_int32_t val = 1; 
    12331232    pj_status_t status; 
    12341233     
     
    13331332    tls->ka_timer.user_data = (void*) tls; 
    13341333    tls->ka_timer.cb = &tls_keep_alive_timer; 
    1335  
    1336     /* Prevent SIGPIPE */ 
    1337     pj_sock_setsockopt(tls->sock, pj_SOL_SOCKET(), pj_SO_NOSIGPIPE(), 
    1338                        &val, sizeof(val)); 
    13391334 
    13401335 
Note: See TracChangeset for help on using the changeset viewer.