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

Unified Diff: net/quic/congestion_control/tcp_receiver.cc

Issue 935333002: Update from https://crrev.com/316786 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « net/quic/congestion_control/tcp_receiver.h ('k') | net/quic/congestion_control/tcp_receiver_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/congestion_control/tcp_receiver.cc
diff --git a/net/quic/congestion_control/tcp_receiver.cc b/net/quic/congestion_control/tcp_receiver.cc
deleted file mode 100644
index d29c711c1f86f2a7c8579d2fba3702f660373e5a..0000000000000000000000000000000000000000
--- a/net/quic/congestion_control/tcp_receiver.cc
+++ /dev/null
@@ -1,23 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "base/basictypes.h"
-#include "net/quic/congestion_control/tcp_receiver.h"
-
-namespace net {
-
-// Originally 64K bytes, but increased it to 256K to support higher bitrates.
-// static
-const QuicByteCount TcpReceiver::kReceiveWindowTCP = 256000;
-
-TcpReceiver::TcpReceiver()
- : receive_window_(kReceiveWindowTCP) {
-}
-
-void TcpReceiver::RecordIncomingPacket(QuicByteCount bytes,
- QuicPacketSequenceNumber sequence_number,
- QuicTime timestamp) {
-}
-
-} // namespace net
« no previous file with comments | « net/quic/congestion_control/tcp_receiver.h ('k') | net/quic/congestion_control/tcp_receiver_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698