Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dmod.rs43 pub const MAX_FLOW_CONTROL_WINDOW: u32 = (1 << 31) - 1; const
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/buffer/
H A Dwindow.rs47 if curr > crate::util::h2::MAX_FLOW_CONTROL_WINDOW as i32 { in increase_size()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dclient.rs622 assert!(size <= crate::util::h2::MAX_FLOW_CONTROL_WINDOW); in set_conn_recv_window_size()
637 assert!(size <= crate::util::h2::MAX_FLOW_CONTROL_WINDOW); in set_stream_recv_window_size()