Searched refs:tcp_fb (Results 1 – 1 of 1) sorted by relevance
404 const TcpFeedback* tcp_fb = static_cast<const TcpFeedback*>(fb); in UpdateCongestionControl() local405 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()