Ignore:
Timestamp:
May 30, 2012 6:35:59 AM (13 years ago)
Author:
nanang
Message:

Fix #1522:

  1. Updated the 'shifter' (expected max openssl reason code) to 1200.
  2. Done, added pj_ssl_sock_info::last_native_err. Also fixed pjsip/sip_transport_tls.c to include TLS transport specific info in invoking transport state callback on disconnection event.
  3. Fixed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/ssl_sock.h

    r3999 r4146  
    543543    pj_uint32_t         verify_status; 
    544544 
     545    /** 
     546     * Last native error returned by the backend. 
     547     */ 
     548    unsigned long       last_native_err; 
     549 
    545550} pj_ssl_sock_info; 
    546551 
Note: See TracChangeset for help on using the changeset viewer.