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

Options that control the behavior of LpReassembler. More...

#include <lp-reassembler.hpp>

Collaboration diagram for nfd::face::LpReassembler::Options:

Public Member Functions

 Options ()
 

Public Attributes

size_t nMaxFragments
 maximum number of fragments in a packet More...
 
time::nanoseconds reassemblyTimeout
 timeout before a partially reassembled packet is dropped More...
 

Detailed Description

Options that control the behavior of LpReassembler.

Definition at line 48 of file lp-reassembler.hpp.

Constructor & Destructor Documentation

◆ Options()

nfd::face::LpReassembler::Options::Options ( )

Definition at line 35 of file lp-reassembler.cpp.

Member Data Documentation

◆ nMaxFragments

size_t nfd::face::LpReassembler::Options::nMaxFragments

maximum number of fragments in a packet

LpPackets with FragCount over this limit are dropped.

Definition at line 58 of file lp-reassembler.hpp.

Referenced by nfd::face::LpReassembler::receiveFragment().

◆ reassemblyTimeout

time::nanoseconds nfd::face::LpReassembler::Options::reassemblyTimeout

timeout before a partially reassembled packet is dropped

Definition at line 62 of file lp-reassembler.hpp.

Referenced by nfd::face::LpReassembler::receiveFragment().


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