Searched refs:max_streams_per_connection_ (Results 1 – 2 of 2) sorted by relevance
231 max_streams_per_connection_(kMSPC, QuicNegotiableValue::PRESENCE_REQUIRED), in QuicConfig()273 max_streams_per_connection_.set(max_streams, default_streams); in set_max_streams_per_connection()277 return max_streams_per_connection_.GetUint32(); in max_streams_per_connection()315 max_streams_per_connection_.negotiated() && in negotiated()331 max_streams_per_connection_.set(kDefaultMaxStreamsPerConnection, in SetDefaults()343 max_streams_per_connection_.ToHandshakeMessage(out); in ToHandshakeMessage()367 error = max_streams_per_connection_.ProcessClientHello( in ProcessClientHello()399 error = max_streams_per_connection_.ProcessServerHello( in ProcessServerHello()
201 QuicNegotiableUint32 max_streams_per_connection_; variable