26 #ifndef NFD_DAEMON_FW_MULTICAST_STRATEGY_HPP 27 #define NFD_DAEMON_FW_MULTICAST_STRATEGY_HPP 50 const shared_ptr<pit::Entry>& pitEntry)
override;
54 const shared_ptr<pit::Entry>& pitEntry)
override;
61 static const time::milliseconds RETX_SUPPRESSION_INITIAL;
62 static const time::milliseconds RETX_SUPPRESSION_MAX;
68 #endif // NFD_DAEMON_FW_MULTICAST_STRATEGY_HPP Main class of NFD's forwarding engine.
A forwarding strategy that forwards Interests to all FIB nexthops.
static const Name & getStrategyName()
Represents a face-endpoint pair in the forwarder.
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents...
a retransmission suppression decision algorithm that suppresses retransmissions using exponential bac...
MulticastStrategy(Forwarder &forwarder, const Name &name=getStrategyName())
void afterReceiveInterest(const FaceEndpoint &ingress, const Interest &interest, const shared_ptr< pit::Entry > &pitEntry) override
Trigger after Interest is received.
Represents a forwarding strategy.
#define PUBLIC_WITH_TESTS_ELSE_PRIVATE
void afterReceiveNack(const FaceEndpoint &ingress, const lp::Nack &nack, const shared_ptr< pit::Entry > &pitEntry) override
Trigger after Nack is received.