Searched defs:packets_to_send (Results 1 – 2 of 2) sorted by relevance
224 int packets_to_send = std::max(cwnd - static_cast<int>(in_flight_.size()), 0); in SendPackets() local298 int packets_to_send = std::max(cwnd - static_cast<int>(in_flight_.size()), 0); in SendPackets() local
212 void SendRtpPackets(const std::vector<FramePacketId>& packets_to_send) { in SendRtpPackets()