client-control-strategy.hpp
Go to the documentation of this file.
1 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
26 #ifndef NFD_DAEMON_FW_CLIENT_CONTROL_STRATEGY_HPP
27 #define NFD_DAEMON_FW_CLIENT_CONTROL_STRATEGY_HPP
28 
29 #include "best-route-strategy.hpp"
30 
31 namespace nfd {
32 namespace fw {
33 
38 {
39 public:
40  explicit
41  ClientControlStrategy(Forwarder& forwarder, const Name& name = getStrategyName());
42 
43  static const Name&
45 };
46 
47 } // namespace fw
48 } // namespace nfd
49 
50 #endif // NFD_DAEMON_FW_CLIENT_CONTROL_STRATEGY_HPP
main class of NFD
Definition: forwarder.hpp:52
identical to BestRouteStrategy v1, for backwards compatibility
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents...
Definition: algorithm.hpp:32
ClientControlStrategy(Forwarder &forwarder, const Name &name=getStrategyName())