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
fib-nexthop.cpp
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
26
#include "
fib-nexthop.hpp
"
27
28
namespace
nfd
{
29
namespace
fib {
30
31
NextHop::NextHop
(
Face
&
face
)
32
: m_face(&face)
33
, m_cost(0)
34
{
35
}
36
37
}
// namespace fib
38
}
// namespace nfd
nfd::fib::NextHop::NextHop
NextHop(Face &face)
Definition:
fib-nexthop.cpp:31
fib-nexthop.hpp
Face
ndn Face
Definition:
face-impl.hpp:41
nfd
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-common.hpp:40
face
ndnSIM
NFD
daemon
table
fib-nexthop.cpp
Generated on Thu Nov 2 2017 03:30:29 for ndnSIM by
1.8.11