Home
last modified time | relevance | path

Searched refs:snd_congestion (Results 1 – 1 of 1) sorted by relevance

/external/iperf3/src/
Diperf_api.c3588 char *snd_congestion = NULL, *rcv_congestion = NULL; in iperf_print_results() local
3590 snd_congestion = test->congestion_used; in iperf_print_results()
3594 snd_congestion = test->remote_congestion_used; in iperf_print_results()
3597 if (snd_congestion) { in iperf_print_results()
3598 … cJSON_AddStringToObject(test->json_end, "sender_tcp_congestion", snd_congestion); in iperf_print_results()
3615 char *snd_congestion = NULL, *rcv_congestion = NULL; in iperf_print_results() local
3617 snd_congestion = test->congestion_used; in iperf_print_results()
3621 snd_congestion = test->remote_congestion_used; in iperf_print_results()
3624 if (snd_congestion) { in iperf_print_results()
3625 iperf_printf(test, "snd_tcp_congestion %s\n", snd_congestion); in iperf_print_results()