NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
broadcast-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_BROADCAST_STRATEGY_HPP
27
#define NFD_DAEMON_FW_BROADCAST_STRATEGY_HPP
28
29
#include "
multicast-strategy.hpp
"
30
31
namespace
nfd
{
32
namespace
fw {
33
37
class
BroadcastStrategy
:
public
MulticastStrategy
38
{
39
public
:
40
BroadcastStrategy
(
Forwarder
& forwarder,
const
Name
&
name
=
STRATEGY_NAME
);
41
42
virtual
void
43
afterReceiveInterest
(
const
Face
& inFace,
44
const
Interest
& interest,
45
shared_ptr<fib::Entry> fibEntry,
46
shared_ptr<pit::Entry> pitEntry)
DECL_OVERRIDE
;
47
48
public
:
49
static
const
Name
STRATEGY_NAME
;
50
51
private
:
52
bool
m_isFirstUse;
53
};
54
55
}
// namespace fw
56
}
// namespace nfd
57
58
#endif // NFD_DAEMON_FW_BROADCAST_STRATEGY_HPP
nfd::fw::BroadcastStrategy::afterReceiveInterest
virtual void afterReceiveInterest(const Face &inFace, const Interest &interest, shared_ptr< fib::Entry > fibEntry, shared_ptr< pit::Entry > pitEntry) 1
trigger after Interest is received
Definition:
broadcast-strategy.cpp:43
nfd::Forwarder
main class of NFD
Definition:
forwarder.hpp:54
ndn::Interest
represents an Interest packet
Definition:
interest.hpp:45
DECL_OVERRIDE
#define DECL_OVERRIDE
expands to 'override' if compiler supports this feature, otherwise expands to nothing ...
Definition:
common.hpp:49
nfd::Face
represents a face
Definition:
face.hpp:57
nfd::fw::BroadcastStrategy::BroadcastStrategy
BroadcastStrategy(Forwarder &forwarder, const Name &name=STRATEGY_NAME)
Definition:
broadcast-strategy.cpp:36
nfd::fw::BroadcastStrategy
identical to MulticastStrategy, for backwards compatibility
Definition:
broadcast-strategy.hpp:37
nfd
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-common.hpp:38
ndn::Name
Name abstraction to represent an absolute name.
Definition:
name.hpp:46
nfd::fw::BroadcastStrategy::STRATEGY_NAME
static const Name STRATEGY_NAME
Definition:
broadcast-strategy.hpp:49
nfd::fw::MulticastStrategy
a forwarding strategy that forwards Interest to all FIB nexthops
Definition:
multicast-strategy.hpp:36
multicast-strategy.hpp
ndn::name
Definition:
name-component.cpp:37
ndnSIM
NFD
daemon
fw
broadcast-strategy.hpp
Generated on Tue Feb 23 2016 22:18:44 for ndnSIM by
1.8.11