Searched refs:laststart (Results 1 – 1 of 1) sorted by relevance
2160 time_t laststart = now - ACCEPT_TIMEOUT; in main_loop_poll() local2164 if (conns[cnt].fd != -1 && starttime[cnt] < laststart) in main_loop_poll()2310 time_t laststart = now - ACCEPT_TIMEOUT; in main_loop_epoll() local2317 if (starttime[cnt] != 0 && starttime[cnt] < laststart) in main_loop_epoll()