nfd::face::LpFragmenter::Options Class Reference

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

#include <lp-fragmenter.hpp>

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

Public Member Functions

 Options ()
 

Public Attributes

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

Detailed Description

Options that control the behavior of LpFragmenter.

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

Constructor & Destructor Documentation

nfd::face::LpFragmenter::Options::Options ( )

Definition at line 59 of file lp-fragmenter.cpp.

Member Data Documentation

size_t nfd::face::LpFragmenter::Options::nMaxFragments

maximum number of fragments in a packet

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