Searched refs:nConnectionsBefore (Results 1 – 1 of 1) sorted by relevance
662 int nConnectionsBefore = ICEConnectionObserver::nConnections; in ICEConnectionWorker() local663 int nBytes = sizeof( struct pollfd )*(nConnectionsBefore+1); in ICEConnectionWorker()668 int nRet = poll( pLocalFD,nConnectionsBefore+1,-1 ); in ICEConnectionWorker()688 …ConnectionObserver::nConnections > 0 && ICEConnectionObserver::nConnections == nConnectionsBefore ) in ICEConnectionWorker()
Completed in 15 milliseconds