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

Unified Diff: net/net.gypi

Issue 2014733002: Implements Kathleen Nichols' time-windowed min-max algorithm for QUIC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@122767942
Patch Set: Created 4 years, 7 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/windowed_filter.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 57908eee77e011bb4f6845650baea1f527d4c228..6eff52df0e47cc951900d953795cc2de6ac21cba 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -817,6 +817,7 @@
'quic/congestion_control/tcp_cubic_sender_bytes.cc',
'quic/congestion_control/tcp_cubic_sender_packets.cc',
'quic/congestion_control/tcp_cubic_sender_packets.h',
+ 'quic/congestion_control/windowed_filter.h',
'quic/crypto/aead_base_decrypter.cc',
'quic/crypto/aead_base_decrypter.h',
'quic/crypto/aead_base_encrypter.cc',
@@ -1548,6 +1549,7 @@
'quic/congestion_control/send_algorithm_simulator.h',
'quic/congestion_control/tcp_cubic_sender_bytes_test.cc',
'quic/congestion_control/tcp_cubic_sender_packets_test.cc',
+ 'quic/congestion_control/windowed_filter_test.cc',
'quic/crypto/aes_128_gcm_12_decrypter_test.cc',
'quic/crypto/aes_128_gcm_12_encrypter_test.cc',
'quic/crypto/cert_compressor_test.cc',
« no previous file with comments | « no previous file | net/quic/congestion_control/windowed_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698