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

Unified Diff: net/quic/quic_connection_stats.h

Issue 355573007: Land Recent QUIC Changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added NET_EXPORT_PRIVATE for ContainsQuicTag Created 6 years, 6 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 | « net/quic/quic_connection.cc ('k') | net/quic/quic_connection_stats.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_connection_stats.h
diff --git a/net/quic/quic_connection_stats.h b/net/quic/quic_connection_stats.h
index 0bad8569029dec442014ebf110fcf7d6f085c796..b7f06f11ae7e0a2c831362a403e4f6481c05d989 100644
--- a/net/quic/quic_connection_stats.h
+++ b/net/quic/quic_connection_stats.h
@@ -49,6 +49,7 @@ struct NET_EXPORT_PRIVATE QuicConnectionStats {
uint32 loss_timeout_count;
uint32 tlp_count;
uint32 rto_count; // Count of times the rto timer fired.
+ uint32 spurious_rto_count;
uint32 min_rtt_us; // Minimum RTT in microseconds.
uint32 srtt_us; // Smoothed RTT in microseconds.
« no previous file with comments | « net/quic/quic_connection.cc ('k') | net/quic/quic_connection_stats.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698