Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/buffer/
H A Dsettings.rs38 pub(crate) fn setup_recv_window(&mut self, size: u32) { in setup_recv_window() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs289 flow.setup_recv_window(config.conn_window_size()); in new()