chromium/remoting/protocol/p2p_datagram_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_DATAGRAM_SOCKET_H_
#define REMOTING_PROTOCOL_P2P_DATAGRAM_SOCKET_H_

#include "net/base/completion_repeating_callback.h"

namespace net {
class IOBuffer;
}  // namespace net

namespace remoting::protocol {

// Peer-to-peer socket with datagram semantics.
class P2PDatagramSocket {};

}  // namespace remoting::protocol

#endif  // REMOTING_PROTOCOL_P2P_DATAGRAM_SOCKET_H_