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

Unified Diff: net/quic/quic_flags.cc

Issue 968233004: Land Recent QUIC Changes until 03/02/2015. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup
Patch Set: Created 5 years, 10 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 | « net/quic/quic_flags.h ('k') | net/quic/quic_flow_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_flags.cc
diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
index e19d9263417e645dc70ed343aacb872aa1ad15ad..ac5cc864a103e32e710de06bb9eba783dad80513 100644
--- a/net/quic/quic_flags.cc
+++ b/net/quic/quic_flags.cc
@@ -52,9 +52,5 @@ int64 FLAGS_quic_time_wait_list_seconds = 5;
// no configured limit.
int64 FLAGS_quic_time_wait_list_max_connections = 50000;
-// If true, limit the number of connections on the quic time-wait list using a
-// flag.
-bool FLAGS_quic_limit_time_wait_list_size = true;
-
// Use small QUIC packet sizes by default.
bool FLAGS_quic_small_default_packet_size = true;
« no previous file with comments | « net/quic/quic_flags.h ('k') | net/quic/quic_flow_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698