Searched refs:acked_packets (Results 1 – 2 of 2) sorted by relevance
405 RTC_DCHECK(!tcp_fb->acked_packets().empty()); in UpdateCongestionControl()408 uint16_t expected = tcp_fb->acked_packets().back() - last_acked_seq_num_; in UpdateCongestionControl()410 expected - static_cast<uint16_t>(tcp_fb->acked_packets().size()); in UpdateCongestionControl()412 for (uint16_t ack_seq_num : tcp_fb->acked_packets()) in UpdateCongestionControl()418 cwnd_ += tcp_fb->acked_packets().size(); in UpdateCongestionControl()424 LatestSequenceNumber(tcp_fb->acked_packets().back(), last_acked_seq_num_); in UpdateCongestionControl()
187 const std::vector<uint16_t>& acked_packets) in TcpFeedback() argument189 acked_packets_(acked_packets) {} in TcpFeedback()192 const std::vector<uint16_t>& acked_packets() const { return acked_packets_; } in acked_packets() function