Searched refs:maxSocket (Results 1 – 1 of 1) sorted by relevance
426 int maxSocket = -1; in onPollStreams() local436 if (it->mRTPSocket > maxSocket) { in onPollStreams()437 maxSocket = it->mRTPSocket; in onPollStreams()439 if (it->mRTCPSocket > maxSocket) { in onPollStreams()440 maxSocket = it->mRTCPSocket; in onPollStreams()444 if (maxSocket == -1) { in onPollStreams()449 int res = select(maxSocket + 1, &rs, NULL, NULL, &tv); in onPollStreams()