Searched refs:rcv_congestion (Results 1 – 1 of 1) sorted by relevance
3372 char *snd_congestion = NULL, *rcv_congestion = NULL; in iperf_print_results() local3375 rcv_congestion = test->remote_congestion_used; in iperf_print_results()3379 rcv_congestion = test->congestion_used; in iperf_print_results()3384 if (rcv_congestion) { in iperf_print_results()3385 … cJSON_AddStringToObject(test->json_end, "receiver_tcp_congestion", rcv_congestion); in iperf_print_results()3399 char *snd_congestion = NULL, *rcv_congestion = NULL; in iperf_print_results() local3402 rcv_congestion = test->remote_congestion_used; in iperf_print_results()3406 rcv_congestion = test->congestion_used; in iperf_print_results()3411 if (rcv_congestion) { in iperf_print_results()3412 iperf_printf(test, "rcv_tcp_congestion %s\n", rcv_congestion); in iperf_print_results()