ndnSIM-specific transport More...
#include <ndn-net-device-transport.hpp>


Additional Inherited Members | |
Public Types inherited from nfd::face::Transport | |
| using | Counters = TransportCounters |
| Counters provided by a transport. More... | |
Public Attributes inherited from nfd::face::Transport | |
| signal::Signal< Transport, TransportState, TransportState > | afterStateChange |
| signals when transport state changes More... | |
Protected Member Functions inherited from nfd::face::Transport | |
| void | receive (const Block &packet, const EndpointId &endpoint=0) |
| Pass a received link-layer packet to the upper layer for further processing. More... | |
| void | setLocalUri (const FaceUri &uri) |
| void | setRemoteUri (const FaceUri &uri) |
| void | setScope (ndn::nfd::FaceScope scope) |
| void | setLinkType (ndn::nfd::LinkType linkType) |
| void | setMtu (ssize_t mtu) |
| void | setSendQueueCapacity (ssize_t sendQueueCapacity) |
| void | setState (TransportState newState) |
| set transport state More... | |
| void | setExpirationTime (const time::steady_clock::TimePoint &expirationTime) |
| virtual bool | canChangePersistencyToImpl (ndn::nfd::FacePersistency newPersistency) const |
| invoked by canChangePersistencyTo to perform the check More... | |
| virtual void | afterChangePersistency (ndn::nfd::FacePersistency oldPersistency) |
| invoked after the persistency has been changed More... | |
Protected Attributes inherited from nfd::face::TransportCounters | |
| PacketCounter | nInPackets |
| count of incoming packets More... | |
| PacketCounter | nOutPackets |
| count of outgoing packets More... | |
| ByteCounter | nInBytes |
| total incoming bytes More... | |
| ByteCounter | nOutBytes |
| total outgoing bytes More... | |
ndnSIM-specific transport
Definition at line 42 of file ndn-net-device-transport.hpp.
| ns3::ndn::NetDeviceTransport::NetDeviceTransport | ( | Ptr< Node > | node, |
| const Ptr< NetDevice > & | netDevice, | ||
| const std::string & | localUri, | ||
| const std::string & | remoteUri, | ||
| ::ndn::nfd::FaceScope | scope = ::ndn::nfd::FACE_SCOPE_NON_LOCAL, |
||
| ::ndn::nfd::FacePersistency | persistency = ::ndn::nfd::FACE_PERSISTENCY_PERSISTENT, |
||
| ::ndn::nfd::LinkType | linkType = ::ndn::nfd::LINK_TYPE_POINT_TO_POINT |
||
| ) |
Definition at line 37 of file ndn-net-device-transport.cpp.
References ns3::ndn::L3Protocol::ETHERNET_FRAME_TYPE, nfd::face::Transport::getLocalUri(), nfd::face::Transport::setLinkType(), nfd::face::Transport::setLocalUri(), nfd::face::Transport::setMtu(), nfd::face::Transport::setPersistency(), nfd::face::Transport::setRemoteUri(), nfd::face::Transport::setScope(), nfd::face::Transport::setSendQueueCapacity(), and nonstd::span_lite::size().
| ns3::ndn::NetDeviceTransport::~NetDeviceTransport | ( | ) |
Definition at line 80 of file ndn-net-device-transport.cpp.
| Ptr< NetDevice > ns3::ndn::NetDeviceTransport::GetNetDevice | ( | ) | const |
Definition at line 145 of file ndn-net-device-transport.cpp.
|
finalvirtual |
| QUEUE_UNSUPPORTED | transport does not support queue length retrieval |
| QUEUE_ERROR | transport was unable to retrieve the queue length |
Reimplemented from nfd::face::Transport.
Definition at line 86 of file ndn-net-device-transport.cpp.
References nfd::face::CLOSED, ns3::ndn::L3Protocol::ETHERNET_FRAME_TYPE, ns3::ndn::BlockHeader::getBlock(), nfd::face::Transport::getLocalUri(), nonstd::optional_lite::std11::move(), nfd::face::QUEUE_UNSUPPORTED, nfd::face::Transport::receive(), and nfd::face::Transport::setState().