Home
last modified time | relevance | path

Searched refs:last_probe_length_ (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_mtu_discovery.cc76 if (probe_packet_length == last_probe_length_) { in GetUpdatedMtuProbeSize()
81 DCHECK_GT(probe_packet_length, last_probe_length_); in GetUpdatedMtuProbeSize()
83 last_probe_length_ = next_probe_packet_length(); in GetUpdatedMtuProbeSize()
92 << last_probe_length_ in GetUpdatedMtuProbeSize()
97 return last_probe_length_; in GetUpdatedMtuProbeSize()
109 normal_next_probe_length > last_probe_length_) { in next_probe_packet_length()
132 << " last_probe_length_:" << d.last_probe_length_ in operator <<()
H A Dquic_mtu_discovery.h102 QuicPacketLength last_probe_length_ = 0; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dquic_mtu_discovery.cc76 if (probe_packet_length == last_probe_length_) { in GetUpdatedMtuProbeSize()
81 DCHECK_GT(probe_packet_length, last_probe_length_); in GetUpdatedMtuProbeSize()
83 last_probe_length_ = next_probe_packet_length(); in GetUpdatedMtuProbeSize()
92 << last_probe_length_ in GetUpdatedMtuProbeSize()
97 return last_probe_length_; in GetUpdatedMtuProbeSize()
109 normal_next_probe_length > last_probe_length_) { in next_probe_packet_length()
132 << " last_probe_length_:" << d.last_probe_length_ in operator <<()
H A Dquic_mtu_discovery.h102 QuicPacketLength last_probe_length_ = 0; variable