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

Unified Diff: net/quic/quic_connection_stats.h

Issue 964483005: Remove stats for recording reno vs cubic mode in internal server's varz. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/congestion_control/tcp_cubic_sender.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 da3b4451b95c22e05549ccc74c3c9f1325d274ab..433085ab8e85dbdaba12a23a958642b822ff5775 100644
--- a/net/quic/quic_connection_stats.h
+++ b/net/quic/quic_connection_stats.h
@@ -56,7 +56,6 @@ struct NET_EXPORT_PRIVATE QuicConnectionStats {
size_t loss_timeout_count;
size_t tlp_count;
size_t rto_count; // Count of times the rto timer fired.
- size_t spurious_rto_count;
int64 min_rtt_us; // Minimum RTT in microseconds.
int64 srtt_us; // Smoothed RTT in microseconds.
@@ -75,10 +74,6 @@ struct NET_EXPORT_PRIVATE QuicConnectionStats {
// The number of loss events from TCP's perspective. Each loss event includes
// one or more lost packets.
uint32 tcp_loss_events;
- // Total amount of cwnd increase by TCPCubic in congestion avoidance.
- QuicPacketCount cwnd_increase_congestion_avoidance;
- // Total amount of cwnd increase by TCPCubic in cubic mode.
- QuicPacketCount cwnd_increase_cubic_mode;
// Creation time, as reported by the QuicClock.
QuicTime connection_creation_time;
« no previous file with comments | « net/quic/congestion_control/tcp_cubic_sender.cc ('k') | net/quic/quic_connection_stats.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698