26 #ifndef NFD_DAEMON_FACE_MULTICAST_ETHERNET_TRANSPORT_HPP 27 #define NFD_DAEMON_FACE_MULTICAST_ETHERNET_TRANSPORT_HPP 44 const ethernet::Address& mcastAddress,
45 ndn::nfd::LinkType linkType);
55 #if defined(__linux__) 63 #endif // NFD_DAEMON_FACE_MULTICAST_ETHERNET_TRANSPORT_HPP A multicast Transport that uses raw Ethernet II frames.
Base class for Ethernet-based Transports.
MulticastEthernetTransport(const ndn::net::NetworkInterface &localEndpoint, const ethernet::Address &mcastAddress, ndn::nfd::LinkType linkType)
Creates an Ethernet-based transport for multicast communication.
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents...