Home
last modified time | relevance | path

Searched refs:MAX_TIME (Results 1 – 3 of 3) sorted by relevance

/iperf/src/
H A Diperf.h426 #define MAX_TIME 86400 macro
H A Diperf_error.c150 snprintf(errstr, len, "test duration too long (maximum = %d seconds)", MAX_TIME); in iperf_strerror()
H A Diperf_api.c1245 if (test->duration > MAX_TIME) { in iperf_parse_arguments()
1431 if (test->settings->idle_timeout < 1 || test->settings->idle_timeout > MAX_TIME) { in iperf_parse_arguments()
1439 … if (rcv_timeout_in < MIN_NO_MSG_RCVD_TIMEOUT || rcv_timeout_in > MAX_TIME * SEC_TO_mS) { in iperf_parse_arguments()
1450 … if (test->settings->snd_timeout < 0 || test->settings->snd_timeout > MAX_TIME * SEC_TO_mS) { in iperf_parse_arguments()