Home
last modified time | relevance | path

Searched refs:HAST_KEEPALIVE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sbin/hastd/
H A Dhast.h103 #define HAST_KEEPALIVE 10 macro
H A Dprimary.c1562 QUEUE_TAKE1(hio, send, ncomp, HAST_KEEPALIVE); in remote_send_thread()
1565 if (lastcheck + HAST_KEEPALIVE <= now) { in remote_send_thread()
2416 timeout.tv_sec = HAST_KEEPALIVE; in guard_thread()
2440 if (lastcheck + HAST_KEEPALIVE <= now) { in guard_thread()
H A Dsecondary.c477 if (proto_timeout(res->hr_remotein, 2 * HAST_KEEPALIVE) == -1) in hastd_secondary()