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

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

#include <lp-reassembler.hpp>

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

Public Attributes

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

Detailed Description

Options that control the behavior of LpReassembler.

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

Member Data Documentation

◆ nMaxFragments

size_t nfd::face::LpReassembler::Options::nMaxFragments = 400

maximum number of fragments in a packet

LpPackets with FragCount over this limit are dropped.

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

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

◆ reassemblyTimeout

time::nanoseconds nfd::face::LpReassembler::Options::reassemblyTimeout = 500_ms

timeout before a partially reassembled packet is dropped

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

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


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