26 #ifndef NFD_DAEMON_FW_BEST_ROUTE_STRATEGY2_HPP 27 #define NFD_DAEMON_FW_BEST_ROUTE_STRATEGY2_HPP 65 const shared_ptr<pit::Entry>& pitEntry)
override;
69 const shared_ptr<pit::Entry>& pitEntry)
override;
72 static const time::milliseconds RETX_SUPPRESSION_INITIAL;
73 static const time::milliseconds RETX_SUPPRESSION_MAX;
82 #endif // NFD_DAEMON_FW_BEST_ROUTE_STRATEGY2_HPP Main class of NFD's forwarding engine.
static const Name & getStrategyName()
BestRouteStrategy2(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.
Best Route strategy version 4.
Represents a face-endpoint pair in the forwarder.
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents...
void afterReceiveNack(const FaceEndpoint &ingress, const lp::Nack &nack, const shared_ptr< pit::Entry > &pitEntry) override
Trigger after Nack is received.
a retransmission suppression decision algorithm that suppresses retransmissions using exponential bac...
Represents a forwarding strategy.
#define PUBLIC_WITH_TESTS_ELSE_PRIVATE