Searched refs:max_unidirectional_streams_ (Results 1 – 3 of 3) sorted by relevance
432 max_unidirectional_streams_(kMIUS, PRESENCE_OPTIONAL), in QuicConfig()579 max_unidirectional_streams_.SetSendValue(max_streams); in SetMaxUnidirectionalStreamsToSend()583 return max_unidirectional_streams_.GetSendValue(); in GetMaxUnidirectionalStreamsToSend()587 return max_unidirectional_streams_.HasReceivedValue(); in HasReceivedMaxUnidirectionalStreams()591 return max_unidirectional_streams_.GetReceivedValue(); in ReceivedMaxUnidirectionalStreams()1042 max_unidirectional_streams_.ToHandshakeMessage(out); in ToHandshakeMessage()1101 error = max_unidirectional_streams_.ProcessPeerHello(peer_hello, hello_type, in ProcessPeerHello()1314 max_unidirectional_streams_.SetReceivedValue( in ProcessTransportParameters()
593 QuicFixedUint32 max_unidirectional_streams_; variable
74 config->max_unidirectional_streams_.SetReceivedValue(max_streams); in SetReceivedMaxUnidirectionalStreams()