Searched refs:congestion (Results 1 – 9 of 9) sorted by relevance
| /iperf/src/ |
| H A D | iperf_client_api.c | 85 if (test->congestion) { in iperf_create_streams() 86 if (setsockopt(s, IPPROTO_TCP, TCP_CONGESTION, test->congestion, strlen(test->congestion)) < 0) { in iperf_create_streams() 99 if (rc < 0 && test->congestion) { in iperf_create_streams()
|
| H A D | iperf_server_api.c | 620 if (test->congestion) { in iperf_run_server() 621 … if (setsockopt(s, IPPROTO_TCP, TCP_CONGESTION, test->congestion, strlen(test->congestion)) < 0) { in iperf_run_server() 649 if (rc < 0 && test->congestion) { in iperf_run_server()
|
| H A D | iperf.h | 294 char *congestion; /* -C option */ member
|
| H A D | iperf_api.c | 417 return ipt->congestion; in iperf_get_test_congestion_control() 785 ipt->congestion = strdup(cc); in iperf_set_test_congestion_control() 1485 test->congestion = strdup(optarg); in iperf_parse_arguments() 2155 if (test->congestion) in send_parameters() 2156 cJSON_AddStringToObject(j, "congestion", test->congestion); in send_parameters() 2270 test->congestion = strdup(j_p->valuestring); in get_parameters() 2767 testp->congestion = NULL; in iperf_defaults() 2930 if (test->congestion) in iperf_free_test() 2931 free(test->congestion); in iperf_free_test()
|
| /iperf/ |
| H A D | RELNOTES.md | 91 * A failure with not being able to read the congestion control 102 * It is now possible to use the API to set/get the congestion 508 * On systems that support setting the congestion control algorithm, 509 iperf3 now keeps track of the congestion control algorithm and 512 not user-visible) with setting the congestion control algorithm 619 * Selection of TCP congestion now works on FreeBSD, and is now 620 called --congestion (the old --linux-congestion option works 867 -C, --linux-congestion set congestion control algorithm (Linux only)
|
| H A D | README.md | 115 -C, --linux-congestion set congestion control algorithm (Linux only)
|
| /iperf/docs/ |
| H A D | dev.rst | 56 -C, --linux-congestion set congestion control algorithm (Linux only)
|
| H A D | invoking.rst | 408 -C, --congestion algo 409 Set the congestion control algorithm (Linux and FreeBSD only). 410 An older --linux-congestion synonym for this flag is accepted
|
| H A D | faq.rst | 183 What congestion control algorithms are supported? 184 On Linux, run this command to see the available congestion control
|