NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
nfd::ndnlp::PartialMessageStore Class Reference

provides reassembly feature at receiver More...

#include <ndnlp-partial-message-store.hpp>

Inheritance diagram for nfd::ndnlp::PartialMessageStore:
Collaboration diagram for nfd::ndnlp::PartialMessageStore:

Public Member Functions

 PartialMessageStore (const time::nanoseconds &idleDuration=time::milliseconds(100))
 
void receive (const NdnlpData &pkt)
 receive a NdnlpData packet More...
 

Public Attributes

signal::Signal< PartialMessageStore, BlockonReceive
 fires when network layer packet is received More...
 

Detailed Description

provides reassembly feature at receiver

Definition at line 84 of file ndnlp-partial-message-store.hpp.

Constructor & Destructor Documentation

nfd::ndnlp::PartialMessageStore::PartialMessageStore ( const time::nanoseconds &  idleDuration = time::milliseconds(100))
explicit

Definition at line 97 of file ndnlp-partial-message-store.cpp.

Member Function Documentation

Member Data Documentation

signal::Signal<PartialMessageStore, Block> nfd::ndnlp::PartialMessageStore::onReceive

fires when network layer packet is received

Definition at line 99 of file ndnlp-partial-message-store.hpp.

Referenced by receive().


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