chromium/remoting/protocol/p2p_stream_socket.h

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

#ifndef REMOTING_PROTOCOL_P2P_STREAM_SOCKET_H_
#define REMOTING_PROTOCOL_P2P_STREAM_SOCKET_H_

#include "net/base/completion_once_callback.h"
#include "net/traffic_annotation/network_traffic_annotation.h"

namespace net {
class IOBuffer;
}  // namespace net

namespace remoting::protocol {

// Peer-to-peer socket with stream semantics.
class P2PStreamSocket {};

}  // namespace remoting::protocol

#endif  // REMOTING_PROTOCOL_P2P_STREAM_SOCKET_H_