Home
last modified time | relevance | path

Searched defs:streams (Results 1 – 3 of 3) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
Dmod.rs29 mod streams; module
Dmanager.rs413 let streams = self.controller.get_unsent_streams(last_stream_id as u32)?; in recv_go_away_frame() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Ddispatcher.rs238 pub(crate) streams: Streams, field
291 let streams = Streams::new(config.stream_window_size(), DEFAULT_WINDOW_SIZE, flow); in new() localVariable