chromium/services/network/p2p/socket_throttler.cc

// Copyright 2013 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "services/network/p2p/socket_throttler.h"

#include <memory>
#include <utility>

#include "third_party/webrtc/rtc_base/data_rate_limiter.h"
#include "third_party/webrtc/rtc_base/time_utils.h"

namespace network {

namespace {

const int kMaxIceMessageBandwidth =;

}  // namespace

P2PMessageThrottler::P2PMessageThrottler()
    :{}

P2PMessageThrottler::~P2PMessageThrottler() {}

void P2PMessageThrottler::SetSendIceBandwidth(int bandwidth_kbps) {}

bool P2PMessageThrottler::DropNextPacket(size_t packet_len) {}

}  // namespace network