Searched refs:congestion_used (Results 1 – 4 of 4) sorted by relevance
375 if (test->congestion_used != NULL) { in cleanup_server()376 free(test->congestion_used); in cleanup_server()377 test->congestion_used = NULL; in cleanup_server()519 test->congestion_used = strdup(ca); in iperf_run_server()521 printf("Congestion algorithm is %s\n", test->congestion_used); in iperf_run_server()
93 test->congestion_used = strdup(ca); in iperf_create_streams()95 printf("Congestion algorithm is %s\n", test->congestion_used); in iperf_create_streams()
1667 if (test->congestion_used) in send_parameters()1668 cJSON_AddStringToObject(j, "congestion_used", test->congestion_used); in send_parameters()1761 test->congestion_used = strdup(j_p->valuestring); in get_parameters()1808 if ( test->congestion_used ) { in send_results()1809 cJSON_AddStringToObject(j, "congestion_used", test->congestion_used); in send_results()2236 testp->congestion_used = NULL; in iperf_defaults()2372 if (test->congestion_used) in iperf_free_test()2373 free(test->congestion_used); in iperf_free_test()3284 snd_congestion = test->congestion_used; in iperf_print_results()3289 rcv_congestion = test->congestion_used; in iperf_print_results()[all …]
268 char *congestion_used; /* what was actually used */ member