NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
37
class
ClientControlStrategy
:
public
BestRouteStrategyBase
38
{
39
public
:
40
explicit
41
ClientControlStrategy
(
Forwarder
& forwarder,
const
Name
&
name
=
getStrategyName
());
42
43
static
const
Name
&
44
getStrategyName
();
45
};
46
47
}
// namespace fw
48
}
// namespace nfd
49
50
#endif // NFD_DAEMON_FW_CLIENT_CONTROL_STRATEGY_HPP
nfd::fw::ClientControlStrategy
identical to BestRouteStrategy v1, for backwards compatibility
Definition:
client-control-strategy.hpp:37
nfd::Forwarder
main class of NFD
Definition:
forwarder.hpp:54
nfd::fw::ClientControlStrategy::getStrategyName
static const Name & getStrategyName()
Definition:
client-control-strategy.cpp:53
nfd
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-common.hpp:40
ndn::Name
Represents an absolute name.
Definition:
name.hpp:42
best-route-strategy.hpp
nfd::fw::BestRouteStrategyBase
Definition:
best-route-strategy.hpp:34
nfd::fw::ClientControlStrategy::ClientControlStrategy
ClientControlStrategy(Forwarder &forwarder, const Name &name=getStrategyName())
Definition:
client-control-strategy.cpp:35
ndn::name
Definition:
name-component.cpp:37
ndnSIM
NFD
daemon
fw
client-control-strategy.hpp
Generated on Thu Nov 2 2017 03:30:29 for ndnSIM by
1.8.11