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

/netbsd-6-1-5-RELEASE/usr.sbin/rbootd/
H A Drbootd.c210 nsel = poll(set, 1, RmpConns ? RMP_TIMEOUT * 1000 : INFTIM);
281 * For each active connection, if RMP_TIMEOUT seconds have passed
285 if ((rtmp->tstamp.tv_sec + RMP_TIMEOUT) < now.tv_sec) {
H A Drmp_var.h60 #define RMP_TIMEOUT 600 /* timeout connection after ten minutes */ macro

Completed in 68 milliseconds