Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/
Dquic_config.cc433 max_streams_per_connection_(kMSPC, PRESENCE_REQUIRED), in QuicConfig()
514 max_streams_per_connection_.set(max_streams, default_streams); in set_max_streams_per_connection()
518 return max_streams_per_connection_.GetUint32(); in max_streams_per_connection()
651 max_streams_per_connection_.negotiated(); in negotiated()
676 max_streams_per_connection_.ToHandshakeMessage(out); in ToHandshakeMessage()
707 error = max_streams_per_connection_.ProcessPeerHello( in ProcessPeerHello()
Dquic_config.h385 QuicNegotiableUint32 max_streams_per_connection_; variable