Home | History | Annotate | Download | only in quic

Lines Matching refs:QuicSentPacketManager

64 QuicSentPacketManager::QuicSentPacketManager(
92 QuicSentPacketManager::~QuicSentPacketManager() {
95 void QuicSentPacketManager::SetFromConfig(const QuicConfig& config) {
146 void QuicSentPacketManager::OnSerializedPacket(
158 void QuicSentPacketManager::OnRetransmittedPacket(
190 void QuicSentPacketManager::OnIncomingAck(const QuicAckFrame& ack_frame,
238 void QuicSentPacketManager::UpdatePacketInformationReceivedByPeer(
247 void QuicSentPacketManager::MaybeInvokeCongestionEvent(
261 void QuicSentPacketManager::HandleAckForSentPackets(
311 bool QuicSentPacketManager::HasRetransmittableFrames(
316 void QuicSentPacketManager::RetransmitUnackedPackets(
331 void QuicSentPacketManager::NeuterUnencryptedPackets() {
348 void QuicSentPacketManager::MarkForRetransmission(
366 void QuicSentPacketManager::RecordSpuriousRetransmissions(
401 bool QuicSentPacketManager::HasPendingRetransmissions() const {
405 QuicSentPacketManager::PendingRetransmission
406 QuicSentPacketManager::NextPendingRetransmission() {
435 void QuicSentPacketManager::MarkPacketRevived(
461 void QuicSentPacketManager::MarkPacketHandled(
493 bool QuicSentPacketManager::IsUnacked(
498 bool QuicSentPacketManager::HasUnackedPackets() const {
503 QuicSentPacketManager::GetLeastUnacked() const {
507 bool QuicSentPacketManager::OnPacketSent(
546 void QuicSentPacketManager::OnRetransmissionTimeout() {
582 void QuicSentPacketManager::RetransmitCryptoPackets() {
604 bool QuicSentPacketManager::MaybeRetransmitTailLossProbe() {
626 void QuicSentPacketManager::RetransmitAllPackets() {
659 QuicSentPacketManager::RetransmissionTimeoutMode
660 QuicSentPacketManager::GetRetransmissionMode() const {
676 void QuicSentPacketManager::OnIncomingQuicCongestionFeedbackFrame(
683 void QuicSentPacketManager::InvokeLossDetection(QuicTime time) {
713 bool QuicSentPacketManager::MaybeUpdateRTT(
737 QuicTime::Delta QuicSentPacketManager::TimeUntilSend(
740 // The TLP logic is entirely contained within QuicSentPacketManager, so the
763 const QuicTime::Delta QuicSentPacketManager::DelayedAckTime() const {
768 const QuicTime QuicSentPacketManager::GetRetransmissionTime() const {
804 const QuicTime::Delta QuicSentPacketManager::GetCryptoRetransmissionDelay()
814 const QuicTime::Delta QuicSentPacketManager::GetTailLossProbeDelay() const {
826 const QuicTime::Delta QuicSentPacketManager::GetRetransmissionDelay() const {
848 const RttStats* QuicSentPacketManager::GetRttStats() const {
852 QuicBandwidth QuicSentPacketManager::BandwidthEstimate() const {
856 bool QuicSentPacketManager::HasReliableBandwidthEstimate() const {
861 QuicSentPacketManager::SustainedBandwidthRecorder() const {
865 QuicByteCount QuicSentPacketManager::GetCongestionWindow() const {
869 QuicByteCount QuicSentPacketManager::GetSlowStartThreshold() const {
873 void QuicSentPacketManager::EnablePacing() {