NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
ns3::ndn::NetDeviceTransport Class Reference

ndnSIM-specific transport More...

#include <ndn-net-device-transport.hpp>

Inheritance diagram for ns3::ndn::NetDeviceTransport:
Collaboration diagram for ns3::ndn::NetDeviceTransport:

Public Member Functions

 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)
 
 ~NetDeviceTransport ()
 
Ptr< NetDevice > GetNetDevice () const
 
- Public Member Functions inherited from nfd::face::Transport
 Transport ()
 constructor More...
 
virtual ~Transport ()
 
void setFaceAndLinkService (Face &face, LinkService &service)
 set Face and LinkService for Transport More...
 
const FacegetFace () const
 
const LinkServicegetLinkService () const
 
LinkServicegetLinkService ()
 
virtual const CountersgetCounters () const
 
void close ()
 request the transport to be closed More...
 
void send (Packet &&packet)
 send a link-layer packet More...
 
FaceUri getLocalUri () const
 
FaceUri getRemoteUri () const
 
ndn::nfd::FaceScope getScope () const
 
ndn::nfd::FacePersistency getPersistency () const
 
void setPersistency (ndn::nfd::FacePersistency persistency)
 changes face persistency setting More...
 
ndn::nfd::LinkType getLinkType () const
 
ssize_t getMtu () const
 
TransportState getState () const
 
time::steady_clock::TimePoint getExpirationTime () const
 

Additional Inherited Members

- Public Types inherited from nfd::face::Transport
typedef uint64_t EndpointId
 identifies an endpoint on the link More...
 
typedef TransportCounters Counters
 counters provided by Transport More...
 
- Public Attributes inherited from nfd::face::Transport
signal::Signal< Transport, TransportState, TransportStateafterStateChange
 signals when transport state changes More...
 
- Protected Member Functions inherited from nfd::face::Transport
void receive (Packet &&packet)
 receive a link-layer packet 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 setState (TransportState newState)
 set transport state More...
 
void setExpirationTime (const time::steady_clock::TimePoint &expirationTime)
 
virtual void beforeChangePersistency (ndn::nfd::FacePersistency newPersistency)=0
 invoked before persistency is 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...
 

Detailed Description

ndnSIM-specific transport

Definition at line 42 of file ndn-net-device-transport.hpp.

Constructor & Destructor Documentation

◆ NetDeviceTransport()

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 
)

◆ ~NetDeviceTransport()

Member Function Documentation

◆ GetNetDevice()

Ptr< NetDevice > ns3::ndn::NetDeviceTransport::GetNetDevice ( ) const

Definition at line 124 of file ndn-net-device-transport.cpp.


The documentation for this class was generated from the following files: