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

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: Fix for comments it Patch set 6 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
« no previous file with comments | « 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 db3356fd21c8b3f2c97f14929ce5fdd4acc12b81..edb2715f0052520e5899d117849835272570c188 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -19894,6 +19894,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Net.QuicStreamFactory.QuicIsDisabled" enum="Ports">
+ <owner>rtenneti@chromium.org</owner>
+ <summary>
+ Recorded whenever QUIC is disabled for a port due to high packet loss rate
+ and when number of consecutive lossy connections goes over a threshold. QUIC
Mark P 2015/03/26 21:23:05 "It is an and. We need to have high packet loss fo
ramant (doing other things) 2015/03/26 22:10:31 Done.
+ is disabled until next reboot of Chrome. Recorded once per chrome session.
Mark P 2015/03/26 21:23:05 either omit this last sentence (it's obvious given
ramant (doing other things) 2015/03/26 22:10:31 omitted "Recorded once per chrome session." Done.
+ </summary>
+</histogram>
+
<histogram name="Net.QuicVerifyProofFailed.HandshakeConfirmed"
enum="BooleanHandshakeConfirmed">
<owner>rtenneti@chromium.org</owner>
@@ -57083,6 +57092,11 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="11" label="Bad Key Validation Signature"/>
</enum>
+<enum name="Ports" type="int">
+ <int value="80" label="Port 80"/>
+ <int value="443" label="Port 443"/>
+</enum>
+
<enum name="PostMergeVerificationOutcome" type="int">
<int value="0" label="Undefined"/>
<int value="1" label="Succeeded"/>
« no previous file with comments | « net/quic/quic_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698