Home
last modified time | relevance | path

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

/iperf/src/
H A Diperf_tcp.c169 if (test->no_delay || test->settings->mss || test->settings->socket_bufsize) { in iperf_tcp_listen()
203 if (test->no_delay) { in iperf_tcp_listen()
385 if (test->no_delay) { in iperf_tcp_connect()
H A Diperf.h317 int no_delay; /* -N option */ member
H A Diperf_api.c387 return ipt->no_delay; in iperf_get_test_no_delay()
752 iperf_set_test_no_delay(struct iperf_test* ipt, int no_delay) in iperf_set_test_no_delay() argument
754 ipt->no_delay = no_delay; in iperf_set_test_no_delay()
1338 test->no_delay = 1; in iperf_parse_arguments()
2128 if (test->no_delay) in send_parameters()
2242 test->no_delay = 1; in get_parameters()
3073 test->no_delay = 0; in iperf_reset_test()
H A Diperf_api.h194 void iperf_set_test_no_delay( struct iperf_test* ipt, int no_delay);
H A Diperf_sctp.c430 if (test->no_delay != 0) { in iperf_sctp_connect()
H A Diperf_server_api.c726 … if (test->no_delay || test->settings->mss || test->settings->socket_bufsize) { in iperf_run_server()