diff options
Diffstat (limited to 'net/quic/congestion_control/hybrid_slow_start.h')
-rw-r--r-- | net/quic/congestion_control/hybrid_slow_start.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/quic/congestion_control/hybrid_slow_start.h b/net/quic/congestion_control/hybrid_slow_start.h index cee9c73..b0e4248 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_; |