Home
last modified time | relevance | path

Searched refs:remote_max_concurrent_streams (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Doghttp2_session.h58 std::optional<uint32_t> remote_max_concurrent_streams = std::nullopt; member
H A Doghttp2_session_test.cc49 options.remote_max_concurrent_streams = 200u; in TEST()
H A Doghttp2_session.cc361 options.remote_max_concurrent_streams.value_or(100u)) {
H A Doghttp2_adapter_test.cc597 options.remote_max_concurrent_streams = 3; in TEST()