Home
last modified time | relevance | path

Searched defs:set_max_concurrent_streams (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/h2/src/frame/
Dsettings.rs81 pub fn set_max_concurrent_streams(&mut self, max: Option<u32>) { in set_max_concurrent_streams() method
/external/cronet/net/spdy/
Dspdy_session_unittest.cc294 void set_max_concurrent_streams(size_t max_concurrent_streams) { in set_max_concurrent_streams() function in net::SpdySessionTest