Searched defs:CanSend (Results 1 – 5 of 5) sorted by relevance
33 bool PrrSender::CanSend(QuicByteCount congestion_window, in CanSend() function in quic::PrrSender
465 bool Bbr2Sender::CanSend(QuicByteCount bytes_in_flight) { in CanSend() function in quic::Bbr2Sender
152 bool TcpCubicSenderBytes::CanSend(QuicByteCount bytes_in_flight) { in CanSend() function in quic::TcpCubicSenderBytes
173 bool BbrSender::CanSend(QuicByteCount bytes_in_flight) { in CanSend() function in quic::BbrSender
88 func (c ChanDir) CanSend() bool { return c&Csend != 0 } func