Searched refs:last_ping_frames_ (Results 1 – 2 of 2) sorted by relevance
310 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()
693 std::vector<QuicPingFrame> last_ping_frames_; variable