Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(159)

Unified Diff: net/quic/congestion_control/pacing_sender.h

Issue 1276983003: relnote: Limit the number of burst tokens in QUIC's pacing sender to the (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Preparation_for_changing_SpdyHeaderBlock_99394725
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/quic/congestion_control/pacing_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | net/quic/congestion_control/pacing_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698