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

/external/chromium_org/net/quic/
H A Dquic_connection.cc210 num_packets_received_since_last_ack_sent_(0),
805 ++num_packets_received_since_last_ack_sent_;
942 if (num_packets_received_since_last_ack_sent_ >=
1588 num_packets_received_since_last_ack_sent_ = 0;
H A Dquic_connection.h731 uint32 num_packets_received_since_last_ack_sent_; member in class:net::QuicConnection

Completed in 262 milliseconds