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/pjsip/sip_transport_tcp.h

    r4817 r4860  
    104104     */ 
    105105    pj_qos_params       qos_params; 
     106 
     107    /** 
     108     * Specify options to be set on the transport.  
     109     * 
     110     * By default there is no options. 
     111     *  
     112     */ 
     113    pj_sockopt_params   sockopt_params; 
    106114 
    107115} pjsip_tcp_transport_cfg; 
Note: See TracChangeset for help on using the changeset viewer.