Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/
Dhandshake_util.cc179 int fd_max = wfd > control ? wfd : control; in Proxy() local
180 if (select(fd_max + 1, &rfds, nullptr, nullptr, nullptr) == -1) { in Proxy()