Searched refs:tx_cap (Results 1 – 2 of 2) sorted by relevance
1267 tx_cap: usize, field1751 tx_cap: 0, in with_tls()4536 let cap = self.tx_cap; in stream_send()4624 self.tx_cap -= sent; in stream_send()4781 let cap = cmp::min(self.tx_cap, stream.send.cap()?); in stream_capacity()4837 if self.tx_cap == 0 { in stream_writable_next()4855 if cmp::min(self.tx_cap, cap) >= stream.send_lowat { in stream_writable_next()5080 if self.tx_cap == 0 { in writable()7115 self.tx_cap = in update_tx_cap()10616 .stream_send(0, &buf[..pipe.client.tx_cap], false), in stream_shutdown_read_update_max_data()[all …]
5142 assert!(s.pipe.server.tx_cap < send_buf.len() - sent); in send_body_stream_blocked_by_small_cwnd()