Options that control the behavior of LpReassembler. More...
#include <lp-reassembler.hpp>
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... | |
Options that control the behavior of LpReassembler.
Definition at line 44 of file lp-reassembler.hpp.
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().
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().