Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/
Dquic_config.cc431 idle_connection_state_lifetime_seconds_(kICSL, PRESENCE_REQUIRED), in QuicConfig()
497 idle_connection_state_lifetime_seconds_.set( in set_idle_connection_state_lifetime()
504 idle_connection_state_lifetime_seconds_.GetUint32()); in idle_connection_state_lifetime()
649 idle_connection_state_lifetime_seconds_.negotiated() && in negotiated()
658 idle_connection_state_lifetime_seconds_.set(kMaximumIdleTimeoutSecs, in SetDefaults()
674 idle_connection_state_lifetime_seconds_.ToHandshakeMessage(out); in ToHandshakeMessage()
699 error = idle_connection_state_lifetime_seconds_.ProcessPeerHello( in ProcessPeerHello()
Dquic_config.h381 QuicNegotiableUint32 idle_connection_state_lifetime_seconds_; variable