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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 294823002: Treat IPv4-mapped IPv6 addresses as IPv4 addresses. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Change histogram owners Created 6 years, 7 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_connection_logger.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
===================================================================
--- tools/metrics/histograms/histograms.xml (revision 271511)
+++ tools/metrics/histograms/histograms.xml (working copy)
@@ -13548,11 +13548,24 @@
<histogram name="Net.QuicSession.PublicResetAddressMismatch"
enum="QuicAddressMismatch">
- <owner>rch@chromium.org</owner>
+ <owner>wtc@chromium.org</owner>
<summary>
When a public reset packet is received, whether the client IP address and
port number in it differ from the client IP address and port number in the
ServerHello handshake message. In the comparison, the first address is the
+ one in ServerHello and the second address is the one in public reset. Note:
+ this histogram is obsolete because it failed to treat IPv4-mapped IPv6
+ addresses as IPv4 addresses.
+ </summary>
+</histogram>
+
+<histogram name="Net.QuicSession.PublicResetAddressMismatch2"
+ enum="QuicAddressMismatch">
+ <owner>wtc@chromium.org</owner>
+ <summary>
+ When a public reset packet is received, whether the client IP address and
+ port number in it differ from the client IP address and port number in the
+ ServerHello handshake message. In the comparison, the first address is the
one in ServerHello and the second address is the one in public reset.
</summary>
</histogram>
« no previous file with comments | « net/quic/quic_connection_logger.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698