NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
available-strategies.hpp
Go to the documentation of this file.
1 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
25 #ifndef NFD_DAEMON_FW_AVAILABLE_STRATEGIES_HPP
26 #define NFD_DAEMON_FW_AVAILABLE_STRATEGIES_HPP
27 
28 #include "strategy.hpp"
29 
30 namespace nfd {
31 namespace fw {
32 
33 shared_ptr<Strategy>
34 makeDefaultStrategy(Forwarder& forwarder);
35 
36 void
37 installStrategies(Forwarder& forwarder);
38 
39 } // namespace fw
40 } // namespace nfd
41 
42 #endif // NFD_DAEMON_FW_AVAILABLE_STRATEGIES_HPP
void installStrategies(Forwarder &forwarder)
shared_ptr< Strategy > makeDefaultStrategy(Forwarder &forwarder)
Forwarder
Definition: forwarder.cpp:36