Home
last modified time | relevance | path

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

/external/iperf3/src/
Diperf_api.c3282 char *snd_congestion = NULL, *rcv_congestion = NULL; in iperf_print_results() local
3284 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() local
3311 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()