Options that control the behavior of LpReassembler. More...
#include <daemon/face/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 49 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 56 of file lp-reassembler.hpp.
time::nanoseconds nfd::face::LpReassembler::Options::reassemblyTimeout = 500_ms |
Timeout before a partially reassembled packet is dropped.
Definition at line 61 of file lp-reassembler.hpp.