26 #ifndef NFD_DAEMON_FACE_LP_RELIABILITY_HPP 27 #define NFD_DAEMON_FACE_LP_RELIABILITY_HPP 32 #include <ndn-cxx/lp/packet.hpp> 33 #include <ndn-cxx/lp/sequence.hpp> 40 class GenericLinkService;
104 using UnackedFrags = std::map<lp::Sequence, UnackedFrag>;
113 assignTxSequence(lp::Packet& frag);
134 std::vector<UnackedFrags::iterator>
169 UnackedFrag(lp::Packet pkt);
174 time::steady_clock::TimePoint sendTime;
176 size_t nGreaterSeqAcks;
177 shared_ptr<NetPkt> netPkt;
185 std::vector<UnackedFrags::iterator> unackedFrags;
186 bool didRetx =
false;
196 UnackedFrags m_unackedFrags;
203 std::queue<lp::Sequence> m_ackQueue;
204 lp::Sequence m_lastTxSeqNo;
206 bool m_isIdleAckTimerRunning;
213 #endif // NFD_DAEMON_FACE_LP_RELIABILITY_HPP void processIncomingPacket(const lp::Packet &pkt)
extract and parse all Acks and add Ack for contained Fragment (if any) to AckQueue ...
const GenericLinkService * getLinkService() const
void piggyback(lp::Packet &pkt, ssize_t mtu)
called by GenericLinkService to attach Acks onto an outgoing LpPacket
bool isEnabled
enables link-layer reliability
implements the Mean-Deviation RTT estimator
GenericLinkService is a LinkService that implements the NDNLPv2 protocol.
cancels an event automatically upon destruction
size_t maxRetx
maximum number of retransmissions for an LpPacket
Table::const_iterator iterator
static constexpr size_t RESERVED_HEADER_SPACE
TxSequence TLV-TYPE (3 octets) + TxSequence TLV-LENGTH (1 octet) + sizeof(lp::Sequence) ...
void handleOutgoing(std::vector< lp::Packet > &frags)
observe outgoing fragment(s) of a network packet and store for potential retransmission ...
size_t seqNumLossThreshold
a fragment is considered lost if this number of fragments with greater sequence numbers are acknowled...
provides for reliable sending and receiving of link-layer packets
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents...
LpReliability(const Options &options, GenericLinkService *linkService)
time::nanoseconds idleAckTimerPeriod
period between sending pending Acks in an IDLE packet
void setOptions(const Options &options)
set options for reliability
#define PUBLIC_WITH_TESTS_ELSE_PRIVATE