Home
last modified time | relevance | path

Searched defs:recv_window (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/buffer/
Dsettings.rs22 recv_window: RecvWindow, field
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
Dstreams.rs116 pub(crate) recv_window: RecvWindow, field
303 let recv_window = RecvWindow::new(self.stream_recv_window_size as i32); in insert() localVariable