Searched refs:nWindow (Results 1 – 1 of 1) sorted by relevance
1050 uint32_t nWindow = std::min(m_snd_wnd, cwnd); in attemptSend() local1052 uint32_t nUseable = (nInFlight < nWindow) ? (nWindow - nInFlight) : 0; in attemptSend()1060 if (nUseable * 4 < nWindow) { in attemptSend()1075 << " nWindow: " << nWindow in attemptSend()