26 #ifndef NFD_DAEMON_FACE_MULTICAST_ETHERNET_TRANSPORT_HPP
27 #define NFD_DAEMON_FACE_MULTICAST_ETHERNET_TRANSPORT_HPP
43 const ethernet::Address& mcastAddress,
44 ndn::nfd::LinkType linkType);
54 #if defined(__linux__)
Base class for Ethernet-based Transports.
A multicast Transport that uses raw Ethernet II frames.
MulticastEthernetTransport(const ndn::net::NetworkInterface &localEndpoint, const ethernet::Address &mcastAddress, ndn::nfd::LinkType linkType)
Creates an Ethernet-based transport for multicast communication.