Changeset 1017
- Timestamp:
- Feb 28, 2007 3:36:19 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_endpoint.c
r974 r1017 685 685 */ 686 686 pj_assert(timeout.sec >= 0 && timeout.msec >= 0); 687 if (timeout.msec >= 1000) timeout.msec = 999; 687 688 688 689 /* If caller specifies maximum time to wait, then compare the value with
Note: See TracChangeset
for help on using the changeset viewer.