Home
last modified time | relevance | path

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

/NextBSD/sbin/hastd/
HDhast.h103 #define HAST_KEEPALIVE 10 macro
HDprimary.c1563 QUEUE_TAKE1(hio, send, ncomp, HAST_KEEPALIVE); in remote_send_thread()
1566 if (lastcheck + HAST_KEEPALIVE <= now) { in remote_send_thread()
2417 timeout.tv_sec = HAST_KEEPALIVE; in guard_thread()
2441 if (lastcheck + HAST_KEEPALIVE <= now) { in guard_thread()
HDsecondary.c478 if (proto_timeout(res->hr_remotein, 2 * HAST_KEEPALIVE) == -1) in hastd_secondary()