HomeSort by relevance Sort by last modified time
    Searched refs:consecutive_tlp_count_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/quic/
quic_sent_packet_manager.h 245 return consecutive_tlp_count_;
371 size_t consecutive_tlp_count_; member in class:net::QuicSentPacketManager
quic_sent_packet_manager.cc 84 consecutive_tlp_count_(0),
225 consecutive_tlp_count_ = 0;
570 ++consecutive_tlp_count_;
668 if (consecutive_tlp_count_ < max_tail_loss_probes_) {
    [all...]

Completed in 29 milliseconds