Searched refs:RMP_TIMEOUT (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/libexec/rbootd/
H A Drbootd.c235 timeout.tv_sec = RMP_TIMEOUT;
314 * For each active connection, if RMP_TIMEOUT seconds have passed
319 if ((rtmp->tstamp.tv_sec + RMP_TIMEOUT) < now) {
H A Drmp_var.h62 #define RMP_TIMEOUT 600 /* timeout connection after ten minutes */ macro

Completed in 59 milliseconds