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

/dovecot/src/director/
H A Ddirector-connection.c1405 int handshake_msecs = timeval_diff_msecs(&ioloop_timeval, &conn->connected_time); local
1416 conn->name, handshake_msecs/1000, handshake_msecs%1000);
1419 if (handshake_msecs >= DIRECTOR_HANDSHAKE_WARN_SECS*1000)

Completed in 19 milliseconds