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

  /external/chromium_org/net/quic/
quic_crypto_client_stream.h 148 // num_client_hellos_ contains the number of client hello messages that this
150 int num_client_hellos_; member in class:net::QuicCryptoClientStream
quic_crypto_client_stream.cc 79 num_client_hellos_(0),
131 return num_client_hellos_;
206 if (num_client_hellos_ > kMaxClientHellos) {
210 num_client_hellos_++;

Completed in 181 milliseconds