Home
last modified time | relevance | path

Searched refs:skew_threshold (Results 1 – 2 of 2) sorted by relevance

/iperf/src/
H A Diperf_auth.c67 …t char *username, const char *password, const time_t ts, const char *filename, int skew_threshold){ in check_authentication() argument
70 if ( (utc_seconds - ts) > skew_threshold || (utc_seconds - ts) < -skew_threshold ) { in check_authentication()
H A Diperf_auth.h40 …t char *username, const char *password, const time_t ts, const char *filename, int skew_threshold);