Ignore:
Timestamp:
Sep 21, 2018 8:29:12 AM (6 years ago)
Author:
nanang
Message:

Re #2150: Added native SSL error code in SIP TLS accept failure callback.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_transport_tls.h

    r5888 r5889  
    7575#endif 
    7676 
     77 
    7778/** 
    7879 * This structure describe the parameter passed from #on_accept_fail_cb(). 
     
    9495    pj_status_t status; 
    9596 
     97    /** 
     98     * Last error code returned by native SSL backend. Note that this may be 
     99     * zero, if the failure is not SSL related (e.g: accept rejection). 
     100     */ 
     101    pj_status_t last_native_err; 
     102 
    96103} pjsip_tls_on_accept_fail_param; 
     104 
    97105 
    98106/** 
Note: See TracChangeset for help on using the changeset viewer.