Home
last modified time | relevance | path

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

/iperf/src/
H A Diperf_api.c1839 int no_throttle_check; in iperf_send() local
1850 no_throttle_check = test->settings->rate != 0 && test->settings->burst == 0; in iperf_send()
1853 if (no_throttle_check) in iperf_send()
1873 if (no_throttle_check) in iperf_send()
1880 if (!no_throttle_check) { /* Throttle check if was not checked for each send */ in iperf_send()