Internal QUICHE change PiperOrigin-RevId: 324051653 Change-Id: Iea013eb78835c819fc652fd5c903aabf1005b622
diff --git a/quic/core/quic_sent_packet_manager.h b/quic/core/quic_sent_packet_manager.h index 3670faa..584d0fe 100644 --- a/quic/core/quic_sent_packet_manager.h +++ b/quic/core/quic_sent_packet_manager.h
@@ -254,6 +254,10 @@ return send_algorithm_->GetCongestionWindow(); } + QuicBandwidth GetPacingRate() const { + return send_algorithm_->PacingRate(GetBytesInFlight()); + } + // Returns the size of the slow start congestion window in nume of 1460 byte // TCP segments, aka ssthresh. Some send algorithms do not define a slow // start threshold and will return 0.