Searched refs:omit (Results 1 – 8 of 8) sorted by relevance
| /iperf/src/ |
| H A D | iperf_client_api.c | 187 …test->timer = tmr_create(&now, test_timer_proc, cd, ( test->duration + test->omit ) * SEC_TO_US, 0… in create_client_timers() 239 if (test->omit == 0) { in create_client_omit_timer() 249 test->omit_timer = tmr_create(&now, client_omit_timer_proc, cd, test->omit * SEC_TO_US, 0); in create_client_omit_timer()
|
| H A D | iperf_server_api.c | 311 …test->timer = tmr_create(&now, server_timer_proc, cd, (test->duration + test->omit + grace_period)… in create_server_timers() 360 if (test->omit == 0) { in create_server_omit_timer() 370 test->omit_timer = tmr_create(&now, server_omit_timer_proc, cd, test->omit * SEC_TO_US, 0); in create_server_omit_timer()
|
| H A D | iperf_api.c | 152 return ipt->omit; in iperf_get_test_omit() 441 iperf_set_test_omit(struct iperf_test *ipt, int omit) in iperf_set_test_omit() argument 443 ipt->omit = omit; in iperf_set_test_omit() 846 …, test->protocol->name, test->num_streams, test->settings->blksize, test->omit, test->settings->by… in iperf_on_test_start() 850 …, test->protocol->name, test->num_streams, test->settings->blksize, test->omit, test->duration, te… in iperf_on_test_start() 1419 test->omit = atoi(optarg); in iperf_parse_arguments() 1420 if (test->omit < 0 || test->omit > 60) { in iperf_parse_arguments() 2118 cJSON_AddNumberToObject(j, "omit", test->omit); in send_parameters() 2230 test->omit = j_p->valueint; in get_parameters() 2756 testp->omit = OMIT; in iperf_defaults() [all …]
|
| H A D | iperf.h | 285 int omit; /* duration of omit period (-O flag) */ member
|
| H A D | iperf_api.h | 160 void iperf_set_test_omit( struct iperf_test* ipt, int omit );
|
| /iperf/docs/ |
| H A D | dev.rst | 46 -O, --omit N omit the first n seconds (to ignore slowstart)
|
| H A D | invoking.rst | 397 -O, --omit n
|
| /iperf/ |
| H A D | RELNOTES.md | 550 * A bug that could show negative loss counters with --udp and --omit 880 -O, --omit N omit the first n seconds
|