Home
last modified time | relevance | path

Searched refs:last_ping_frames_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/quic/
Dquic_connection.cc310 last_ping_frames_.empty() && in OnPacket()
631 last_ping_frames_.push_back(frame); in OnPingFrame()
801 << last_ping_frames_.size() << " pings, " in OnPacketComplete()
905 last_ping_frames_.clear(); in ClearLastFrames()
933 !last_ping_frames_.empty()) { in ShouldLastPacketInstigateAck()
Dquic_connection.h693 std::vector<QuicPingFrame> last_ping_frames_; variable