OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_streams_per_connection_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/quic/
quic_config.cc
231
max_streams_per_connection_
(kMSPC, QuicNegotiableValue::PRESENCE_REQUIRED),
273
max_streams_per_connection_
.set(max_streams, default_streams);
277
return
max_streams_per_connection_
.GetUint32();
315
max_streams_per_connection_
.negotiated() &&
331
max_streams_per_connection_
.set(kDefaultMaxStreamsPerConnection,
343
max_streams_per_connection_
.ToHandshakeMessage(out);
367
error =
max_streams_per_connection_
.ProcessClientHello(
399
error =
max_streams_per_connection_
.ProcessServerHello(
quic_config.h
201
QuicNegotiableUint32
max_streams_per_connection_
;
member in class:net::QuicConfig
Completed in 28 milliseconds