Changeset 3976


Ignore:
Timestamp:
Mar 15, 2012 8:12:10 AM (12 years ago)
Author:
bennylp
Message:

Lower the default TCP/TLS idle time from 600s to 30s to improve battery consumption (fixed #1465)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/1.x/pjsip/include/pjsip/sip_config.h

    r3952 r3976  
    431431 * before the transport is destroyed. Value is in seconds. 
    432432 * 
    433  * Default: 600 
     433 * Default: 30 
    434434 */ 
    435435#ifndef PJSIP_TRANSPORT_IDLE_TIME 
    436 #   define PJSIP_TRANSPORT_IDLE_TIME    600 
     436#   define PJSIP_TRANSPORT_IDLE_TIME    30 
    437437#endif 
    438438 
Note: See TracChangeset for help on using the changeset viewer.