Searched refs:rcv_congestion (Results 1 – 1 of 1) sorted by relevance
3937 char *snd_congestion = NULL, *rcv_congestion = NULL; in iperf_print_results() local3940 rcv_congestion = test->remote_congestion_used; in iperf_print_results()3944 rcv_congestion = test->congestion_used; in iperf_print_results()3949 if (rcv_congestion) { in iperf_print_results()3950 … cJSON_AddStringToObject(test->json_end, "receiver_tcp_congestion", rcv_congestion); in iperf_print_results()3964 char *snd_congestion = NULL, *rcv_congestion = NULL; in iperf_print_results() local3967 rcv_congestion = test->remote_congestion_used; in iperf_print_results()3971 rcv_congestion = test->congestion_used; in iperf_print_results()3976 if (rcv_congestion) { in iperf_print_results()3977 iperf_printf(test, "rcv_tcp_congestion %s\n", rcv_congestion); in iperf_print_results()