Ignore:
Timestamp:
May 11, 2015 5:57:50 AM (9 years ago)
Author:
ming
Message:

Fixed #1851: Runtime configuration of TCP and TLS keep alive intervals

Thanks to Michele Cicciotti for the patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_config.c

    r4899 r5090  
    5050    { 
    5151        PJSIP_REGISTER_CLIENT_CHECK_CONTACT 
     52    }, 
     53 
     54    /* TCP transport settings */ 
     55    { 
     56        PJSIP_TCP_KEEP_ALIVE_INTERVAL 
     57    }, 
     58 
     59    /* TLS transport settings */ 
     60    { 
     61        PJSIP_TLS_KEEP_ALIVE_INTERVAL 
    5262    } 
    5363}; 
Note: See TracChangeset for help on using the changeset viewer.