nfd::face::LpFragmenter::Options Struct Reference

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

#include <daemon/face/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 43 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 47 of file lp-fragmenter.hpp.