Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| =================================================================== |
| --- tools/metrics/histograms/histograms.xml (revision 271511) |
| +++ tools/metrics/histograms/histograms.xml (working copy) |
| @@ -13553,6 +13553,19 @@ |
| 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>rch@chromium.org</owner> |
|
wtc
2014/05/19 23:24:12
Ryan: Should I list myself as the owner of this hi
Ryan Hamilton
2014/05/20 00:26:35
SGTM.
|
| + <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> |