Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/buffer/
Dsettings.rs23 send_window: SendWindow, field
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
Dstreams.rs123 pub(crate) send_window: SendWindow, field
334 let send_window = SendWindow::new(self.stream_send_window_size as i32); in insert() localVariable