Searched refs:timo (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/uwin/
H A Drcmd.c98 int s, timo = 1; local
183 if (errno == ECONNREFUSED && timo <= 16) {
184 sleep(timo);
185 timo *= 2;

Completed in 9 milliseconds