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

/dovecot/src/director/
H A Ddirector-connection.c464 time_t next_comm_attempt; local
536 next_comm_attempt = conn->host->last_protocol_failure +
538 if (next_comm_attempt > ioloop_time) {
543 conn->name, (unsigned int)(next_comm_attempt-ioloop_time));

Completed in 19 milliseconds