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

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

Issue 12806002: Land Recent QUIC Changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment update to hkdf.cc Created 7 years, 9 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
Index: net/quic/congestion_control/hybrid_slow_start.h
diff --git a/net/quic/congestion_control/hybrid_slow_start.h b/net/quic/congestion_control/hybrid_slow_start.h
index cee9c731257a0a5c0006c4c493dc3f85fe1d5caf..b0e424883da65c56e57bc6855246012974fc5b4a 100644
--- a/net/quic/congestion_control/hybrid_slow_start.h
+++ b/net/quic/congestion_control/hybrid_slow_start.h
@@ -46,6 +46,8 @@ class NET_EXPORT_PRIVATE HybridSlowStart {
bool started() { return started_; }
+ QuicTime::Delta SmoothedRtt();
+
private:
const QuicClock* clock_;
bool started_;

Powered by Google App Engine
This is Rietveld 408576698