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

Unified Diff: net/quic/quic_flags.h

Issue 1277753002: relnote: Close QUIC connections due to too many open streams earlier in (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@format_fix_99250353
Patch Set: Created 5 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/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 cffe02d0342fd3a24c888fef16da83e85e928119..53c21e65083f2c76e8d94a23101d5517d8d9439d 100644
--- a/net/quic/quic_flags.h
+++ b/net/quic/quic_flags.h
@@ -28,5 +28,6 @@ NET_EXPORT_PRIVATE extern bool FLAGS_quic_use_conservative_receive_buffer;
NET_EXPORT_PRIVATE extern bool FLAGS_increase_time_wait_list;
NET_EXPORT_PRIVATE extern bool FLAGS_quic_limit_max_cwnd;
NET_EXPORT_PRIVATE extern bool FLAGS_spdy_strip_invalid_headers;
+NET_EXPORT_PRIVATE extern bool FLAGS_exact_stream_id_delta;
#endif // NET_QUIC_QUIC_FLAGS_H_
« no previous file with comments | « no previous file | net/quic/quic_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698