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

Unified Diff: net/quic/core/quic_config.h

Issue 2744663004: No longer send or process the socket recieve buffer value in QUIC. Protected by FLAGS_quic_reloada… (Closed)
Patch Set: Created 3 years, 9 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_config.cc » ('j') | net/quic/core/quic_config.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_config.h
diff --git a/net/quic/core/quic_config.h b/net/quic/core/quic_config.h
index 1b0cf9c62186b51d1d44862ee6bf0851f001f6fd..924a8e7c015db8a7fe6efa28697204c191c459d7 100644
--- a/net/quic/core/quic_config.h
+++ b/net/quic/core/quic_config.h
@@ -435,6 +435,9 @@ class QUIC_EXPORT_PRIVATE QuicConfig {
// Whether support HTTP/2 SETTINGS_MAX_HEADER_LIST_SIZE SETTINGS frame.
QuicFixedUint32 support_max_header_list_size_;
+
+ // Latched copy of gfe2_reloadable_flag_quic_no_socket_receive_buffer.
Ryan Hamilton 2017/03/10 05:37:44 I'm surprised the script didn't fix this. Can you
+ bool latched_no_socket_receive_buffer_;
};
} // namespace net
« no previous file with comments | « no previous file | net/quic/core/quic_config.cc » ('j') | net/quic/core/quic_config.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698