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

Unified Diff: net/quic/quic_flags.h

Issue 1541263002: Landing Recent QUIC changes until 12/18/2015 13:57 UTC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: replace -1 with 0xff for InvalidPathId Created 5 years 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_crypto_stream_test.cc ('k') | net/quic/quic_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_flags.h
diff --git a/net/quic/quic_flags.h b/net/quic/quic_flags.h
index 7678bbb071ad5942886d46418a130d9534c9d13c..29c68e9b1e135393f048df9cb156b6ea36b9a067 100644
--- a/net/quic/quic_flags.h
+++ b/net/quic/quic_flags.h
@@ -42,5 +42,5 @@ NET_EXPORT_PRIVATE extern bool FLAGS_quic_validate_stk_without_scid;
NET_EXPORT_PRIVATE extern bool FLAGS_quic_new_blocked_list;
NET_EXPORT_PRIVATE extern bool FLAGS_quic_inplace_encryption;
NET_EXPORT_PRIVATE extern bool FLAGS_quic_use_rfc7539;
-
+NET_EXPORT_PRIVATE extern bool FLAGS_quic_drop_non_awaited_packets;
#endif // NET_QUIC_QUIC_FLAGS_H_
« no previous file with comments | « net/quic/quic_crypto_stream_test.cc ('k') | net/quic/quic_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698