Ignore:
Timestamp:
Aug 28, 2018 5:42:25 AM (6 years ago)
Author:
riza
Message:

Close #2141: Add TCP initial receive timeout for server connection.

File:
1 edited

Legend:

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

    r5649 r5869  
    112112     */ 
    113113    pj_sockopt_params   sockopt_params; 
     114 
     115 
     116    /** 
     117     * Intial timeout interval to be applied to incoming transports  
     118     * (i.e. server side) when no data received after a successful connection. 
     119     * 
     120     * Default: PJSIP_TCP_INITIAL_TIMEOUT 
     121     */ 
     122    unsigned            initial_timeout; 
    114123 
    115124} pjsip_tcp_transport_cfg; 
Note: See TracChangeset for help on using the changeset viewer.