Searched refs:nWindow (Results 1 – 2 of 2) sorted by relevance
1077 uint32_t nWindow = std::min(m_snd_wnd, cwnd); in attemptSend() local1079 uint32_t nUseable = (nInFlight < nWindow) ? (nWindow - nInFlight) : 0; in attemptSend()1087 if (nUseable * 4 < nWindow) { in attemptSend()1101 RTC_LOG(LS_INFO) << "[cwnd: " << m_cwnd << " nWindow: " << nWindow in attemptSend()
350 // for N equal to `nWindow`. If there is no padding attribute, it will be