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

Unified Diff: net/http/http_network_session.h

Issue 2283393002: Use a field trial to decide if QUIC should attempt to prevent packet fragmentation. (Closed)
Patch Set: Rebase 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
Index: net/http/http_network_session.h
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
index 7089b2a0be7e5fafb5d12a79cf9c5df40c2f07fc..0326e575e7a01e75b6daa402626a4e1f5f81bed1 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -186,6 +186,8 @@ class NET_EXPORT HttpNetworkSession
bool quic_force_hol_blocking;
// If true, race cert verification with host resolution.
bool quic_race_cert_verification;
+ // If true, configure QUIC sockets to not fragment packets.
+ bool quic_do_not_fragment;
ProxyDelegate* proxy_delegate;
// Enable support for Token Binding.
« no previous file with comments | « components/network_session_configurator/network_session_configurator_unittest.cc ('k') | net/http/http_network_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698