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

  /external/chromium_org/net/quic/
quic_sent_packet_manager.h 241 return consecutive_rto_count_;
369 size_t consecutive_rto_count_; member in class:net::QuicSentPacketManager
quic_sent_packet_manager.cc 83 consecutive_rto_count_(0),
224 consecutive_rto_count_ = 0;
648 if (consecutive_rto_count_ == 0) {
651 ++consecutive_rto_count_;
    [all...]

Completed in 33 milliseconds