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

Unified Diff: net/net.gypi

Issue 688593002: Refactor Cubic congestion control to separate out PRR into a distinct (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Move_receive_window_78692549
Patch Set: Created 6 years, 2 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/prr_sender.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 01b0d561061228689719622196a0e1191dadcb47..3fcaa5f3de83789c8fcfaf079dfc2bb93d7f015a 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -751,6 +751,8 @@
'quic/congestion_control/loss_detection_interface.h',
'quic/congestion_control/pacing_sender.cc',
'quic/congestion_control/pacing_sender.h',
+ 'quic/congestion_control/prr_sender.cc',
+ 'quic/congestion_control/prr_sender.h',
'quic/congestion_control/receive_algorithm_interface.cc',
'quic/congestion_control/receive_algorithm_interface.h',
'quic/congestion_control/rtt_stats.cc',
@@ -1448,6 +1450,7 @@
'quic/congestion_control/hybrid_slow_start_test.cc',
'quic/congestion_control/leaky_bucket_test.cc',
'quic/congestion_control/pacing_sender_test.cc',
+ 'quic/congestion_control/prr_sender_test.cc',
'quic/congestion_control/rtt_stats_test.cc',
'quic/congestion_control/send_algorithm_simulator.cc',
'quic/congestion_control/send_algorithm_simulator.h',
« no previous file with comments | « no previous file | net/quic/congestion_control/prr_sender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698