Home
last modified time | relevance | path

Searched refs:last_inflight_packet_sent_time_ (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/
H A Dquic_unacked_packet_map.cc32 last_inflight_packet_sent_time_(QuicTime::Zero()), in QuicUnackedPacketMap()
78 last_inflight_packet_sent_time_ = sent_time; in AddSentPacket()
277 return last_inflight_packet_sent_time_; in GetLastInFlightPacketSentTime()
H A Dquic_unacked_packet_map.h287 QuicTime last_inflight_packet_sent_time_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dquic_unacked_packet_map.cc119 last_inflight_packet_sent_time_(QuicTime::Zero()),
182 last_inflight_packet_sent_time_ = sent_time; in AddSentPacket()
399 return last_inflight_packet_sent_time_; in GetLastInFlightPacketSentTime()
H A Dquic_unacked_packet_map.h437 QuicTime last_inflight_packet_sent_time_; variable