| Index: net/quic/congestion_control/send_algorithm_interface.h
|
| diff --git a/net/quic/congestion_control/send_algorithm_interface.h b/net/quic/congestion_control/send_algorithm_interface.h
|
| index 4a116934fb4462c6dd536529b25bc8162c833c26..fd05838ac6a15330200e70b9d1f58966ee86ff96 100644
|
| --- a/net/quic/congestion_control/send_algorithm_interface.h
|
| +++ b/net/quic/congestion_control/send_algorithm_interface.h
|
| @@ -82,6 +82,7 @@ class NET_EXPORT_PRIVATE SendAlgorithmInterface {
|
| QuicByteCount bytes_in_flight,
|
| HasRetransmittableData has_retransmittable_data) const = 0;
|
|
|
| + // The pacing rate of the send algorithm. May be zero if the rate is unknown.
|
| virtual QuicBandwidth PacingRate() const = 0;
|
|
|
| // What's the current estimated bandwidth in bytes per second.
|
|
|