Searched refs:maxSocket (Results 1 – 1 of 1) sorted by relevance
459 int maxSocket = -1; in onPollStreams() local469 if (it->mRTPSocket > maxSocket) { in onPollStreams()470 maxSocket = it->mRTPSocket; in onPollStreams()472 if (it->mRTCPSocket > maxSocket) { in onPollStreams()473 maxSocket = it->mRTCPSocket; in onPollStreams()477 if (maxSocket == -1) { in onPollStreams()482 int res = select(maxSocket + 1, &rs, NULL, NULL, &tv); in onPollStreams()