HomeSort by: relevance | last modified time | path
    Searched defs:retrytimo (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/librumpclient/
rumpclient.c 131 static time_t retrytimo = 0; variable in typeref:typename:time_t
148 if (retrytimo == 0) {
152 if (retrytimo == RUMPCLIENT_RETRYCONN_DIE)
160 if (retrytimo == RUMPCLIENT_RETRYCONN_ONCE) {
173 if (retrytimo > 0) {
180 if (tdiff >= retrytimo) {
183 (long long)retrytimo);
1085 retrytimo = timeout;

Completed in 12 milliseconds