Searched refs:rcv_congestion (Results 1 – 1 of 1) sorted by relevance
3588 char *snd_congestion = NULL, *rcv_congestion = NULL; in iperf_print_results() local3591 rcv_congestion = test->remote_congestion_used; in iperf_print_results()3595 rcv_congestion = test->congestion_used; in iperf_print_results()3600 if (rcv_congestion) { in iperf_print_results()3601 … cJSON_AddStringToObject(test->json_end, "receiver_tcp_congestion", rcv_congestion); in iperf_print_results()3615 char *snd_congestion = NULL, *rcv_congestion = NULL; in iperf_print_results() local3618 rcv_congestion = test->remote_congestion_used; in iperf_print_results()3622 rcv_congestion = test->congestion_used; in iperf_print_results()3627 if (rcv_congestion) { in iperf_print_results()3628 iperf_printf(test, "rcv_tcp_congestion %s\n", rcv_congestion); in iperf_print_results()