Home
last modified time | relevance | path

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

/external/iperf3/src/
Diperf_api.c3372 char *snd_congestion = NULL, *rcv_congestion = NULL; in iperf_print_results() local
3374 snd_congestion = test->congestion_used; in iperf_print_results()
3378 snd_congestion = test->remote_congestion_used; in iperf_print_results()
3381 if (snd_congestion) { in iperf_print_results()
3382 … cJSON_AddStringToObject(test->json_end, "sender_tcp_congestion", snd_congestion); in iperf_print_results()
3399 char *snd_congestion = NULL, *rcv_congestion = NULL; in iperf_print_results() local
3401 snd_congestion = test->congestion_used; in iperf_print_results()
3405 snd_congestion = test->remote_congestion_used; in iperf_print_results()
3408 if (snd_congestion) { in iperf_print_results()
3409 iperf_printf(test, "snd_tcp_congestion %s\n", snd_congestion); in iperf_print_results()