#include <lp-reliability.hpp>

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... | |
Definition at line 48 of file lp-reliability.hpp.
| 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::handleOutgoing(), nfd::face::LpReliability::piggyback(), nfd::face::LpReliability::processIncomingPacket(), and nfd::face::LpReliability::setOptions().
| size_t nfd::face::LpReliability::Options::maxRetx = 3 |
maximum number of retransmissions for an LpPacket
Definition at line 56 of file lp-reliability.hpp.
| 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::LpReliability(), and nfd::face::LpReliability::setOptions().
| 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.