| 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
|
|
|