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

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 1025573002: QUIC - disable QUIC if packet loss rate is bad for a connection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: disable quic for lossy connections in a row 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:
Download patch
« net/quic/quic_stream_factory.cc ('K') | « net/quic/quic_utils.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 4d36619ab5c661fca1ebe7526473152b376d5933..f1d692000f98b9e3b7c9eddf49f6a7ad93e4fc82 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -19791,6 +19791,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Net.QuicStreamFactory.QuicIsDisabled">
Mark P 2015/03/26 20:21:42 enum=?
ramant (doing other things) 2015/03/26 21:03:35 Added "Ports" enum. Does that sound reasonable. Ge
+ <owner>rtenneti@chromium.org</owner>
+ <summary>
+ Recorded whenever QUIC is disabled for a port due to high packet loss rate
+ and when number of lossy connections goes over a threshold.
Mark P 2015/03/26 20:21:42 It might be good to say roughly how long this disa
Mark P 2015/03/26 20:21:42 I assume this is "or", not "and", right?
ramant (doing other things) 2015/03/26 21:03:35 Done.
ramant (doing other things) 2015/03/26 21:03:35 It is an and. We need to have high packet loss for
+ </summary>
+</histogram>
+
<histogram name="Net.QuicVerifyProofFailed.HandshakeConfirmed"
enum="BooleanHandshakeConfirmed">
<owner>rtenneti@chromium.org</owner>
« net/quic/quic_stream_factory.cc ('K') | « net/quic/quic_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698