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

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

Issue 125403006: Various QUIC cleanups to sync with internal code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix comments Created 6 years, 11 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 | « no previous file | 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 e365bbe0ed79c03c9042ce57e68d76d91df456ed..a7015964e2bfb03d01cbd57a50f66f855333d719 100644
--- a/net/quic/congestion_control/cubic.h
+++ b/net/quic/congestion_control/cubic.h
@@ -39,11 +39,6 @@ class NET_EXPORT_PRIVATE Cubic {
QuicTcpCongestionWindow current,
QuicTime::Delta delay_min);
- protected:
- // Calculates the cubic root using a table lookup followed by one Newton-
- // Raphson iteration.
- uint32 CubeRoot(uint64 a);
-
private:
static const QuicTime::Delta MaxCubicTimeInterval() {
return QuicTime::Delta::FromMilliseconds(30);
@@ -84,4 +79,5 @@ class NET_EXPORT_PRIVATE Cubic {
};
} // namespace net
+
#endif // NET_QUIC_CONGESTION_CONTROL_CUBIC_H_
« no previous file with comments | « no previous file | net/quic/congestion_control/cubic.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698