Ignore:
Timestamp:
Jun 19, 2014 5:07:12 AM (10 years ago)
Author:
riza
Message:

Re #1771: Implement run-time configuration to set specific socket option.

File:
1 edited

Legend:

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

    r4829 r4860  
    750750    pj_bool_t qos_ignore_error; 
    751751 
     752    /** 
     753     * Specify options to be set on the transport.  
     754     * 
     755     * By default there is no options. 
     756     *  
     757     */ 
     758    pj_sockopt_params sockopt_params; 
     759 
     760    /** 
     761     * Specify if the transport should ignore any errors when setting the  
     762     * sockopt parameters. 
     763     * 
     764     * Default: PJ_TRUE 
     765     *  
     766     */ 
     767    pj_bool_t sockopt_ignore_error; 
    752768 
    753769} pj_ssl_sock_param; 
Note: See TracChangeset for help on using the changeset viewer.