Searched refs:congestion_used (Results 1 – 4 of 4) sorted by relevance
387 if (test->congestion_used != NULL) { in cleanup_server()388 free(test->congestion_used); in cleanup_server()389 test->congestion_used = NULL; in cleanup_server()543 test->congestion_used = strdup(ca); in iperf_run_server()545 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()
273 char *congestion_used; /* what was actually used */ member
1887 if (test->congestion_used) in send_parameters()1888 cJSON_AddStringToObject(j, "congestion_used", test->congestion_used); in send_parameters()1996 test->congestion_used = strdup(j_p->valuestring); in get_parameters()2045 if ( test->congestion_used ) { in send_results()2046 cJSON_AddStringToObject(j, "congestion_used", test->congestion_used); in send_results()2485 testp->congestion_used = NULL; in iperf_defaults()2643 if (test->congestion_used) in iperf_free_test()2644 free(test->congestion_used); in iperf_free_test()3590 snd_congestion = test->congestion_used; in iperf_print_results()3595 rcv_congestion = test->congestion_used; in iperf_print_results()[all …]