Home
last modified time | relevance | path

Searched refs:max_time_before_crypto_handshake_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/quic/
Dquic_config.cc434 max_time_before_crypto_handshake_(QuicTime::Delta::Zero()), in QuicConfig()
523 max_time_before_crypto_handshake_ = max_time_before_crypto_handshake; in set_max_time_before_crypto_handshake()
527 return max_time_before_crypto_handshake_; in max_time_before_crypto_handshake()
664 max_time_before_crypto_handshake_ = QuicTime::Delta::FromSeconds( in SetDefaults()
Dquic_config.h388 QuicTime::Delta max_time_before_crypto_handshake_; variable