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/pjsip/include/pjsua-lib/pjsua.h

    r4793 r4860  
    22972297    pj_qos_params       qos_params; 
    22982298 
     2299    /** 
     2300     * Specify options to be set on the transport.  
     2301     * 
     2302     * By default there is no options. 
     2303     *  
     2304     */ 
     2305    pj_sockopt_params   sockopt_params; 
     2306 
    22992307} pjsua_transport_config; 
    23002308 
Note: See TracChangeset for help on using the changeset viewer.