Home
last modified time | relevance | path

Searched refs:omit (Results 1 – 8 of 8) sorted by relevance

/iperf/src/
H A Diperf_client_api.c187 …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 Diperf_server_api.c311 …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 Diperf_api.c152 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 Diperf.h285 int omit; /* duration of omit period (-O flag) */ member
H A Diperf_api.h160 void iperf_set_test_omit( struct iperf_test* ipt, int omit );
/iperf/docs/
H A Ddev.rst46 -O, --omit N omit the first n seconds (to ignore slowstart)
H A Dinvoking.rst397 -O, --omit n
/iperf/
H A DRELNOTES.md550 * A bug that could show negative loss counters with --udp and --omit
880 -O, --omit N omit the first n seconds