Home
last modified time | relevance | path

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

/netbsd/lib/librumpclient/
H A Drumpclient.c140 time_t prevreconmsg; in send_with_recon() local
144 for (prevreconmsg = 0, reconretries = 0;;) { in send_with_recon()
155 if (!prevreconmsg) { in send_with_recon()
156 prevreconmsg = time(NULL); in send_with_recon()
166 } else if (time(NULL) - prevreconmsg > 120) { in send_with_recon()
169 prevreconmsg = time(NULL); in send_with_recon()