Searched defs:Streams (Results 1 – 2 of 2) sorted by relevance
| /commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/ |
| D | streams.rs | 128 pub(crate) struct Streams { struct 130 pub(crate) max_send_id: u32, 132 pub(crate) max_recv_id: u32, 134 pub(crate) latest_remote_id: u32, 135 pub(crate) stream_recv_window_size: u32, 136 pub(crate) stream_send_window_size: u32, 137 max_concurrent_streams: u32, 138 current_concurrent_streams: u32, 139 flow_control: FlowControl, 140 pending_concurrency: VecDeque<u32>, [all …]
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/util/ |
| D | dispatcher.rs | 438 pub(crate) fn new(streams: Streams, shutdown: Arc<AtomicBool>) -> Self { in new()
|