Searched refs:max_fd (Results 1 – 1 of 1) sorted by relevance
165 int max_fd = -1; in SelectSockets() local170 if (pSocketsToSelect[i] > max_fd) in SelectSockets()172 max_fd = pSocketsToSelect[i]; in SelectSockets()177 res = select(max_fd + 1, &rset, nullptr, nullptr, tvalptr); in SelectSockets()