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

  /external/chromium_org/net/quic/
quic_config.h 292 QuicTime::Delta max_time_before_crypto_handshake);
294 QuicTime::Delta max_time_before_crypto_handshake() const;
quic_config.cc 513 QuicTime::Delta max_time_before_crypto_handshake) {
514 max_time_before_crypto_handshake_ = max_time_before_crypto_handshake;
517 QuicTime::Delta QuicConfig::max_time_before_crypto_handshake() const { function in class:net::QuicConfig
quic_session.cc 125 config_.max_time_before_crypto_handshake());

Completed in 43 milliseconds