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

contains a network-layer packet with unacknowledged fragments More...

#include <lp-reliability.hpp>

Collaboration diagram for nfd::face::LpReliability::NetPkt:

Public Member Functions

 NetPkt (lp::Packet &&pkt, bool isInterest)
 

Public Attributes

std::vector< UnackedFrags::iterator > unackedFrags
 
lp::Packet pkt
 
bool isInterest
 
bool didRetx
 

Detailed Description

contains a network-layer packet with unacknowledged fragments

Definition at line 185 of file lp-reliability.hpp.

Constructor & Destructor Documentation

◆ NetPkt()

nfd::face::LpReliability::NetPkt::NetPkt ( lp::Packet &&  pkt,
bool  isInterest 
)

Definition at line 416 of file lp-reliability.cpp.

Member Data Documentation

◆ unackedFrags

std::vector<UnackedFrags::iterator> nfd::face::LpReliability::NetPkt::unackedFrags

Definition at line 191 of file lp-reliability.hpp.

◆ pkt

lp::Packet nfd::face::LpReliability::NetPkt::pkt

Definition at line 192 of file lp-reliability.hpp.

◆ isInterest

bool nfd::face::LpReliability::NetPkt::isInterest

Definition at line 193 of file lp-reliability.hpp.

◆ didRetx

bool nfd::face::LpReliability::NetPkt::didRetx

Definition at line 194 of file lp-reliability.hpp.


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