Home
last modified time | relevance | path

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

/freebsd/tools/regression/sockets/udp_pingpong/
H A Dudp_pingpong.c114 static const struct timespec max_ts = {.tv_nsec = (NSEC_MAX / 100)}; variable
581 if (!timespeccmp(&rtt.e2e, &max_ts, <)) in test_run()