Home
last modified time | relevance | path

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

/iperf/src/
H A Diperf_util.c88 int counter = 0; in fill_with_repeating_pattern() local
94 buf[i] = (char)('0' + counter); in fill_with_repeating_pattern()
95 if (counter >= 9) in fill_with_repeating_pattern()
96 counter = 0; in fill_with_repeating_pattern()
98 counter++; in fill_with_repeating_pattern()
/iperf/config/
H A Dltmain.sh10926 counter=1
10937 newobj=lt$counter-$objbase
10938 func_arith $counter + 1
10939 counter=$func_arith_result
/iperf/docs/
H A Dinvoking.rst423 can help prevent counter overflows during long or high-bitrate
/iperf/
H A DRELNOTES.md635 long-running UDP tests, which could cause a counter to overflow