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

  /external/chromium_org/net/quic/
quic_connection.cc 310 last_ping_frames_.empty() &&
631 last_ping_frames_.push_back(frame);
801 << last_ping_frames_.size() << " pings, "
905 last_ping_frames_.clear();
933 !last_ping_frames_.empty()) {
    [all...]
quic_connection.h 693 std::vector<QuicPingFrame> last_ping_frames_; member in class:net::QuicConnection
    [all...]

Completed in 3209 milliseconds