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

Unified Diff: net/quic/quic_stream_factory.h

Issue 1041953003: QUIC - Added the following finch trial parameters to disable QUIC if (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed typos Created 5 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 | « chrome/browser/io_thread_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_stream_factory.h
diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h
index 48e9996a7308dd0d1e3677d9836009a0b717c03e..df69768e2cfcd6dfcef6155724fb8b07631ec046 100644
--- a/net/quic/quic_stream_factory.h
+++ b/net/quic/quic_stream_factory.h
@@ -342,7 +342,7 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
// Specifies the maximum number of connections with high packet loss in a row
// after which QUIC will be disabled.
int max_number_of_lossy_connections_;
- // Specifies packet loss rate in franction after which a connection is closed
+ // Specifies packet loss rate in fraction after which a connection is closed
// and is considered as a lossy connection.
float packet_loss_threshold_;
// Count number of lossy connections by port.
« no previous file with comments | « chrome/browser/io_thread_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698