Home
last modified time | relevance | path

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

/iperf/src/
H A Diperf_api.c1799 iperf_size_t total_bytes; in iperf_check_total_rate() local
1816 for (total_bytes = 0, i = 0; i < test->settings->bitrate_limit_stats_per_interval; i++) { in iperf_check_total_rate()
1817 total_bytes += test->bitrate_limit_intervals_traffic_bytes[i]; in iperf_check_total_rate()
1821 bits_per_second = total_bytes * 8 / seconds; in iperf_check_total_rate()