Home
last modified time | relevance | path

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

/iperf/src/
H A Diperf_client_api.c85 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 Diperf_server_api.c620 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 Diperf.h294 char *congestion; /* -C option */ member
H A Diperf_api.c417 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 DRELNOTES.md91 * 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 DREADME.md115 -C, --linux-congestion set congestion control algorithm (Linux only)
/iperf/docs/
H A Ddev.rst56 -C, --linux-congestion set congestion control algorithm (Linux only)
H A Dinvoking.rst408 -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 Dfaq.rst183 What congestion control algorithms are supported?
184 On Linux, run this command to see the available congestion control