Searched refs:consecutive_tlp_count_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_sent_packet_manager.h245 return consecutive_tlp_count_;
371 size_t consecutive_tlp_count_; member in class:net::QuicSentPacketManager
H A Dquic_sent_packet_manager.cc84 consecutive_tlp_count_(0),
225 consecutive_tlp_count_ = 0;
570 ++consecutive_tlp_count_;
668 if (consecutive_tlp_count_ < max_tail_loss_probes_) {

Completed in 740 milliseconds