26 #ifndef NFD_DAEMON_FW_BEST_ROUTE_STRATEGY_HPP
27 #define NFD_DAEMON_FW_BEST_ROUTE_STRATEGY_HPP
66 const shared_ptr<pit::Entry>& pitEntry)
override;
70 const shared_ptr<pit::Entry>& pitEntry)
override;
73 static const time::milliseconds RETX_SUPPRESSION_INITIAL;
74 static const time::milliseconds RETX_SUPPRESSION_MAX;
Represents a face-endpoint pair in the forwarder.
Main class of NFD's forwarding engine.
BestRouteStrategy(Forwarder &forwarder, const Name &name=getStrategyName())
void afterReceiveNack(const lp::Nack &nack, const FaceEndpoint &ingress, const shared_ptr< pit::Entry > &pitEntry) override
Trigger after a Nack is received.
void afterReceiveInterest(const Interest &interest, const FaceEndpoint &ingress, const shared_ptr< pit::Entry > &pitEntry) override
Trigger after an Interest is received.
static const Name & getStrategyName()
a retransmission suppression decision algorithm that suppresses retransmissions using exponential bac...
Represents a forwarding strategy.
#define NFD_PUBLIC_WITH_TESTS_ELSE_PRIVATE
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents,...