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

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

#include <lp-fragmenter.hpp>

Collaboration diagram for nfd::face::LpFragmenter::Options:

Public Attributes

size_t nMaxFragments = 400
 maximum number of fragments in a packet More...
 

Detailed Description

Options that control the behavior of LpFragmenter.

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

Member Data Documentation

◆ nMaxFragments

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

maximum number of fragments in a packet

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

Referenced by nfd::face::LpFragmenter::fragmentPacket().


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