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

Unified Diff: net/net.gypi

Issue 2222393002: Make QuicDispatcher to queue packets for new connections while waiting for CHLOs. Flag protected by… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@129318081
Patch Set: add new files Created 4 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/core/quic_buffered_packet_store_test.cc » ('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 b6e4a13a13faf12d191ce069d896f8855b6b643c..1374dd3deedb77fcfc77e6be903c849a7ae87742 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1705,6 +1705,8 @@
'quic/test_tools/mock_quic_spdy_client_stream.h',
'quic/test_tools/mock_random.cc',
'quic/test_tools/mock_random.h',
+ 'quic/test_tools/quic_buffered_packet_store_peer.cc',
+ 'quic/test_tools/quic_buffered_packet_store_peer.h',
'quic/test_tools/quic_config_peer.cc',
'quic/test_tools/quic_config_peer.h',
'quic/test_tools/quic_connection_peer.cc',
@@ -1900,6 +1902,8 @@
'tools/quic/test_tools/mock_quic_time_wait_list_manager.h',
'tools/quic/test_tools/packet_dropping_test_writer.cc',
'tools/quic/test_tools/packet_dropping_test_writer.h',
+ 'tools/quic/test_tools/packet_reordering_writer.cc',
+ 'tools/quic/test_tools/packet_reordering_writer.h',
'tools/quic/test_tools/quic_client_peer.cc',
'tools/quic/test_tools/quic_client_peer.h',
'tools/quic/test_tools/quic_dispatcher_peer.cc',
« no previous file with comments | « no previous file | net/quic/core/quic_buffered_packet_store_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698