Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Dframe.rs433 pub fn initial_window_size(mut self, size: u32) -> Self { in initial_window_size() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs629 .initial_window_size(config.stream_window_size()) in create_initial_settings()