Searched refs:max_streams_per_connection (Results 1 – 6 of 6) sorted by relevance
113 config_.max_streams_per_connection()); in TEST_F()164 config_.max_streams_per_connection()); in TEST_F()
106 max_open_streams_(config_.max_streams_per_connection()), in QuicSession()479 config_.max_streams_per_connection()); in OnConfigNegotiated()571 max_open_streams_ = config_.max_streams_per_connection(); in OnCryptoHandshakeEvent()
100 config->max_streams_per_connection()); in TEST_F()
293 uint32 max_streams_per_connection() const;
517 uint32 QuicConfig::max_streams_per_connection() const { in max_streams_per_connection() function in net::QuicConfig
942 EXPECT_EQ(2u, client_negotiated_config->max_streams_per_connection()); in TEST_P()