Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/
Dquic_config.cc432 keepalive_timeout_seconds_(kKATO, PRESENCE_OPTIONAL), in QuicConfig()
509 keepalive_timeout_seconds_.GetUint32()); in keepalive_timeout()
650 keepalive_timeout_seconds_.negotiated() && in negotiated()
661 keepalive_timeout_seconds_.set(0, 0); in SetDefaults()
675 keepalive_timeout_seconds_.ToHandshakeMessage(out); in ToHandshakeMessage()
703 error = keepalive_timeout_seconds_.ProcessPeerHello( in ProcessPeerHello()
Dquic_config.h383 QuicNegotiableUint32 keepalive_timeout_seconds_; variable