nfd::face::LpReassembler::Options Struct Reference

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

#include <daemon/face/lp-reassembler.hpp>

+ Collaboration diagram for nfd::face::LpReassembler::Options:

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...
 

Detailed Description

Options that control the behavior of LpReassembler.

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

Member Data Documentation

◆ nMaxFragments

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.

◆ reassemblyTimeout

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.