Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/hastd/
Dhast.h105 #define HAST_KEEPALIVE 10 macro
Dprimary.c1565 QUEUE_TAKE1(hio, send, ncomp, HAST_KEEPALIVE); in remote_send_thread()
1568 if (lastcheck + HAST_KEEPALIVE <= now) { in remote_send_thread()
2419 timeout.tv_sec = HAST_KEEPALIVE; in guard_thread()
2443 if (lastcheck + HAST_KEEPALIVE <= now) { in guard_thread()
Dsecondary.c480 if (proto_timeout(res->hr_remotein, 2 * HAST_KEEPALIVE) == -1) in hastd_secondary()