Searched refs:server_skew_threshold (Results 1 – 3 of 3) sorted by relevance
311 int server_skew_threshold; member
693 iperf_set_test_server_skew_threshold(struct iperf_test *ipt, int server_skew_threshold) in iperf_set_test_server_skew_threshold() argument695 ipt->server_skew_threshold = server_skew_threshold; in iperf_set_test_server_skew_threshold()1556 test->server_skew_threshold = atoi(optarg); in iperf_parse_arguments()1557 if(test->server_skew_threshold <= 0){ in iperf_parse_arguments()1626 } else if (test->role == 'c' && (test->server_skew_threshold != 0)){ in iperf_parse_arguments()1646 if(test->server_skew_threshold == 0){ in iperf_parse_arguments()1648 test->server_skew_threshold=10; in iperf_parse_arguments()1991 …authentication(username, password, ts, test->server_authorized_users, test->server_skew_threshold); in test_is_authorized()
204 void iperf_set_test_server_skew_threshold(struct iperf_test *ipt, int server_skew_threshold);