Searched refs:maxSocket (Results 1 – 1 of 1) sorted by relevance
256 int maxSocket = -1; in onPollStreams() local266 if (it->mRTPSocket > maxSocket) { in onPollStreams()267 maxSocket = it->mRTPSocket; in onPollStreams()269 if (it->mRTCPSocket > maxSocket) { in onPollStreams()270 maxSocket = it->mRTCPSocket; in onPollStreams()274 if (maxSocket == -1) { in onPollStreams()278 int res = select(maxSocket + 1, &rs, NULL, NULL, &tv); in onPollStreams()