diff options
Diffstat (limited to 'net/quic/congestion_control/quic_congestion_manager.h')
-rw-r--r-- | net/quic/congestion_control/quic_congestion_manager.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/quic/congestion_control/quic_congestion_manager.h b/net/quic/congestion_control/quic_congestion_manager.h index 204209a..8bfa3c1 100644 --- a/net/quic/congestion_control/quic_congestion_manager.h +++ b/net/quic/congestion_control/quic_congestion_manager.h @@ -62,7 +62,8 @@ class NET_EXPORT_PRIVATE QuicCongestionManager { // calculations. virtual QuicTime::Delta TimeUntilSend(QuicTime now, Retransmission retransmission, - HasRetransmittableData retransmittable); + HasRetransmittableData retransmittable, + IsHandshake handshake); // Should be called before sending an ACK packet, to decide if we need // to attach a QuicCongestionFeedbackFrame block. |