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

Unified Diff: net/quic/congestion_control/cubic.h

Issue 761903003: Update from https://crrev.com/306655 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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/cube_root.cc ('k') | net/quic/congestion_control/cubic.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/congestion_control/cubic.h
diff --git a/net/quic/congestion_control/cubic.h b/net/quic/congestion_control/cubic.h
index fd5353395696ad64db7c92697414db95169bafe0..76faf5612487c2e1a2593169a08f07e476cd2fa0 100644
--- a/net/quic/congestion_control/cubic.h
+++ b/net/quic/congestion_control/cubic.h
@@ -71,7 +71,7 @@ class NET_EXPORT_PRIVATE Cubic {
QuicPacketCount last_max_congestion_window_;
// Number of acked packets since the cycle started (epoch).
- uint32 acked_packets_count_;
+ QuicPacketCount acked_packets_count_;
// TCP Reno equivalent congestion window in packets.
QuicPacketCount estimated_tcp_congestion_window_;
« no previous file with comments | « net/quic/congestion_control/cube_root.cc ('k') | net/quic/congestion_control/cubic.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698