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

/external/chromium_org/net/quic/
H A Dquic_sent_packet_manager.h241 return consecutive_rto_count_;
369 size_t consecutive_rto_count_; member in class:net::QuicSentPacketManager
H A Dquic_sent_packet_manager.cc83 consecutive_rto_count_(0),
224 consecutive_rto_count_ = 0;
648 if (consecutive_rto_count_ == 0) {
651 ++consecutive_rto_count_;
840 1 << min<size_t>(consecutive_rto_count_, kMaxRetransmissions));

Completed in 56 milliseconds