NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
nfd::face::InternalTransportBase Class Referenceabstract

Abstracts a transport that can be paired with another. More...

#include <internal-transport.hpp>

Inheritance diagram for nfd::face::InternalTransportBase:

Public Member Functions

virtual ~InternalTransportBase ()=default
 
virtual void receivePacket (const Block &packet)=0
 

Detailed Description

Abstracts a transport that can be paired with another.

Definition at line 38 of file internal-transport.hpp.

Constructor & Destructor Documentation

◆ ~InternalTransportBase()

virtual nfd::face::InternalTransportBase::~InternalTransportBase ( )
virtualdefault

Member Function Documentation

◆ receivePacket()

virtual void nfd::face::InternalTransportBase::receivePacket ( const Block packet)
pure virtual

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