Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dstreams.rs137 max_concurrent_streams: u32, field
188 max_concurrent_streams: DEFAULT_MAX_CONCURRENT_STREAMS, in new()
211 self.current_concurrent_streams >= self.max_concurrent_streams in reach_max_concurrency()
215 self.max_concurrent_streams = num; in apply_max_concurrent_streams()