Searched refs:SendWindow (Results 1 – 4 of 4) sorted by relevance
19 use crate::util::h2::buffer::SendWindow;23 send_window: SendWindow,30 send_window: SendWindow::new(conn_send_window as i32), in new()
18 pub(crate) struct SendWindow { struct25 impl SendWindow { impl
27 pub(crate) use window::{RecvWindow, SendWindow};
24 use crate::util::h2::buffer::{FlowControl, RecvWindow, SendWindow};117 pub(crate) send_window: SendWindow,302 let send_window = SendWindow::new(self.stream_send_window_size as i32); in insert()733 send_window: SendWindow, in new() argument