Index: net/quic/congestion_control/pacing_sender.h |
diff --git a/net/quic/congestion_control/pacing_sender.h b/net/quic/congestion_control/pacing_sender.h |
index 1f58cfe7b273e5b5828e9574c094411e46d91661..8d9dbda7ee1c6ab7ed619ced6f0f196872ae4d7a 100644 |
--- a/net/quic/congestion_control/pacing_sender.h |
+++ b/net/quic/congestion_control/pacing_sender.h |
@@ -70,7 +70,8 @@ class NET_EXPORT_PRIVATE PacingSender : public SendAlgorithmInterface { |
scoped_ptr<SendAlgorithmInterface> sender_; // Underlying sender. |
// The estimated system alarm granularity. |
const QuicTime::Delta alarm_granularity_; |
- // Configured size of the burst coming out of quiescence. |
+ // Configured maximum size of the burst coming out of quiescence. The burst |
+ // is never larger than the current CWND in packets. |
const uint32 initial_packet_burst_; |
// Number of unpaced packets to be sent before packets are delayed. |
uint32 burst_tokens_; |