NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
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
42 
43  static const Name&
45 };
46 
47 } // namespace fw
48 } // namespace nfd
49 
50 #endif // NFD_DAEMON_FW_CLIENT_CONTROL_STRATEGY_HPP
identical to BestRouteStrategy v1, for backwards compatibility
main class of NFD
Definition: forwarder.hpp:54
Copyright (c) 2011-2015 Regents of the University of California.
Definition: ndn-common.hpp:40
Represents an absolute name.
Definition: name.hpp:42
ClientControlStrategy(Forwarder &forwarder, const Name &name=getStrategyName())