NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
nfd::face::LpReliability::Options Struct Reference

#include <lp-reliability.hpp>

Collaboration diagram for nfd::face::LpReliability::Options:

Public Attributes

bool isEnabled = false
 enables link-layer reliability More...
 
size_t maxRetx = 3
 maximum number of retransmissions for an LpPacket More...
 
time::nanoseconds idleAckTimerPeriod = 5_ms
 period between sending pending Acks in an IDLE packet More...
 
size_t seqNumLossThreshold = 3
 a fragment is considered lost if this number of fragments with greater sequence numbers are acknowledged More...
 

Detailed Description

Definition at line 48 of file lp-reliability.hpp.

Member Data Documentation

◆ isEnabled

bool nfd::face::LpReliability::Options::isEnabled = false

enables link-layer reliability

Definition at line 52 of file lp-reliability.hpp.

Referenced by nfd::face::LpReliability::setOptions().

◆ maxRetx

size_t nfd::face::LpReliability::Options::maxRetx = 3

maximum number of retransmissions for an LpPacket

Definition at line 56 of file lp-reliability.hpp.

◆ idleAckTimerPeriod

time::nanoseconds nfd::face::LpReliability::Options::idleAckTimerPeriod = 5_ms

period between sending pending Acks in an IDLE packet

Definition at line 60 of file lp-reliability.hpp.

Referenced by nfd::face::LpReliability::setOptions().

◆ seqNumLossThreshold

size_t nfd::face::LpReliability::Options::seqNumLossThreshold = 3

a fragment is considered lost if this number of fragments with greater sequence numbers are acknowledged

Definition at line 65 of file lp-reliability.hpp.


The documentation for this struct was generated from the following file: