Searched refs:last_congestion_frames_ (Results 1 – 2 of 2) sorted by relevance
304 last_congestion_frames_.empty() && in OnPacket()600 last_congestion_frames_.push_back(feedback); in OnCongestionFeedbackFrame()795 << last_congestion_frames_.size() << " congestions, " in OnPacketComplete()848 for (size_t i = 0; i < last_congestion_frames_.size(); ++i) { in OnPacketComplete()850 last_congestion_frames_[i], time_of_last_received_packet_); in OnPacketComplete()899 last_congestion_frames_.clear(); in ClearLastFrames()
687 std::vector<QuicCongestionFeedbackFrame> last_congestion_frames_; variable