Changeset 1417 for pjproject/trunk/pjsip-apps/src/samples/pjsip-perf.c
- Timestamp:
- Aug 16, 2007 10:11:44 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/samples/pjsip-perf.c
r1405 r1417 1197 1197 app.thread_count = 1; 1198 1198 app.client.job_count = DEFAULT_COUNT; 1199 app.client.method = pjsip_options_method;1199 app.client.method = *pjsip_get_options_method(); 1200 1200 app.client.job_window = c = JOB_WINDOW; 1201 1201 app.client.timeout = 60;
Note: See TracChangeset
for help on using the changeset viewer.