Changeset 4091
- Timestamp:
- Apr 26, 2012 9:20:07 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/1.x/pjsip/include/pjsip/sip_config.h
r4032 r4091 432 432 * seconds. 433 433 * 434 * Default: 30 434 * Note that if the value is put lower than 33 seconds, it may cause some 435 * pjsip test units to fail. See the comment on the following link: 436 * https://trac.pjsip.org/repos/ticket/1465#comment:4 437 * 438 * Default: 33 435 439 */ 436 440 #ifndef PJSIP_TRANSPORT_IDLE_TIME 437 # define PJSIP_TRANSPORT_IDLE_TIME 3 0441 # define PJSIP_TRANSPORT_IDLE_TIME 33 438 442 #endif 439 443
Note: See TracChangeset
for help on using the changeset viewer.