Searched defs:losttime (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/contrib/perftcpdns/
H A Dperftcpdns.c234 int gotlosttime = -1; /* losttime[0] was set */
235 double losttime[2] = {.5, 1.}; /* delay for a timeout */ variable
559 if (waited < losttime[0])
865 if (waited < losttime[1])
1944 losttime[gotlosttime] = d;
2101 printf(" lost-time=%g,%g", losttime[0], losttime[1]);

Completed in 262 milliseconds