Searched refs:snd_congestion (Results 1 – 1 of 1) sorted by relevance
3282 char *snd_congestion = NULL, *rcv_congestion = NULL; in iperf_print_results() local3284 snd_congestion = test->congestion_used; in iperf_print_results()3288 snd_congestion = test->remote_congestion_used; in iperf_print_results()3291 if (snd_congestion) { in iperf_print_results()3292 … cJSON_AddStringToObject(test->json_end, "sender_tcp_congestion", snd_congestion); in iperf_print_results()3309 char *snd_congestion = NULL, *rcv_congestion = NULL; in iperf_print_results() local3311 snd_congestion = test->congestion_used; in iperf_print_results()3315 snd_congestion = test->remote_congestion_used; in iperf_print_results()3318 if (snd_congestion) { in iperf_print_results()3319 iperf_printf(test, "snd_tcp_congestion %s\n", snd_congestion); in iperf_print_results()