Searched refs:increase_conn_send_window (Results 1 – 2 of 2) sorted by relevance
522 .increase_conn_send_window(increment)?; in recv_window_frame()
339 pub(crate) fn increase_conn_send_window(&mut self, size: u32) -> Result<(), H2Error> { in increase_conn_send_window() method