Searched refs:fd_max (Results 1 – 1 of 1) sorted by relevance
179 int fd_max = wfd > control ? wfd : control; in Proxy() local180 if (select(fd_max + 1, &rfds, nullptr, nullptr, nullptr) == -1) { in Proxy()