Searched refs:receiver_total_packets (Results 1 – 1 of 1) sorted by relevance
| /iperf/src/ |
| H A D | iperf_api.c | 3551 int sender_total_packets = 0, receiver_total_packets = 0; /* running total */ in iperf_print_results() local 3650 receiver_total_packets += (receiver_packet_count - sp->omitted_packet_count); in iperf_print_results() 3906 … (double) avg_jitter * 1000.0, (int64_t) lost_packets, (int64_t) receiver_total_packets, (double) … in iperf_print_results() 3928 …e, receiver_time, ubuf, nbuf, avg_jitter * 1000.0, lost_packets, receiver_total_packets, lost_perc… in iperf_print_results()
|