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

Unified Diff: net/quic/core/congestion_control/tcp_cubic_sender_base.cc

Issue 2236973002: Landing Recent QUIC changes until 4AM, Aug 7, 2016 UTC-4 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: flip quic_sequencer_buffer_retire_block_in_time to true Created 4 years, 4 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/core/congestion_control/tcp_cubic_sender_base.cc
diff --git a/net/quic/core/congestion_control/tcp_cubic_sender_base.cc b/net/quic/core/congestion_control/tcp_cubic_sender_base.cc
index caa02ebf92130797d2b0d29fcb8980c1a9d79395..6d248206dd3455d33dbb77f98f21d0571808c005 100644
--- a/net/quic/core/congestion_control/tcp_cubic_sender_base.cc
+++ b/net/quic/core/congestion_control/tcp_cubic_sender_base.cc
@@ -5,6 +5,7 @@
#include "net/quic/core/congestion_control/tcp_cubic_sender_base.h"
#include <algorithm>
+#include <string>
#include "base/metrics/histogram_macros.h"
#include "net/quic/core/congestion_control/prr_sender.h"
@@ -283,4 +284,10 @@ void TcpCubicSenderBase::OnConnectionMigration() {
last_cutback_exited_slowstart_ = false;
}
+std::string TcpCubicSenderBase::GetDebugState() const {
+ return "";
+}
+
+void TcpCubicSenderBase::OnApplicationLimited(QuicByteCount bytes_in_flight) {}
+
} // namespace net
« no previous file with comments | « net/quic/core/congestion_control/tcp_cubic_sender_base.h ('k') | net/quic/core/crypto/crypto_server_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698