2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
20#ifndef NET_RC_PHY_PHYSICALSOCKET_H
21#define NET_RC_PHY_PHYSICALSOCKET_H
23#include "net/phy/PhysicalSocket.h"
24#include "net/rc/SocketAddress.h"
26#ifndef DOXYGEN_SHOULD_SKIP_THIS
30namespace net::rc::
phy {
32 template <
template <
typename SocketAddressT>
typename PhysicalPeerSocketT>
35 using Super = PhysicalPeerSocketT<net::rc::SocketAddress>;
46extern template class net::phy::PhysicalSocket<net::rc::SocketAddress>;
~PhysicalSocket() override
PhysicalSocket(int type, int protocol)
PhysicalSocket(PhysicalSocket &&) noexcept=default
~PhysicalSocket() override
PhysicalSocket(PhysicalSocket &&) noexcept=default