HomeSort by relevance Sort by last modified time
    Searched refs:last_congestion_frames_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/quic/
quic_connection.cc 230 last_congestion_frames_.empty());
467 last_congestion_frames_.push_back(feedback);
666 << last_congestion_frames_.size() << " congestions, "
698 for (size_t i = 0; i < last_congestion_frames_.size(); ++i) {
700 last_congestion_frames_[i], time_of_last_received_packet_);
713 last_congestion_frames_.clear();
    [all...]
quic_connection.h 576 std::vector<QuicCongestionFeedbackFrame> last_congestion_frames_; member in class:net::QuicConnection

Completed in 25 milliseconds