NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
nfd::fib::NextHop Class Reference

represents a nexthop record in FIB entry More...

#include <fib-nexthop.hpp>

Public Member Functions

 NextHop (Face &face)
 
FacegetFace () const
 
uint64_t getCost () const
 
void setCost (uint64_t cost)
 

Detailed Description

represents a nexthop record in FIB entry

Definition at line 38 of file fib-nexthop.hpp.

Constructor & Destructor Documentation

nfd::fib::NextHop::NextHop ( Face face)
explicit

Definition at line 31 of file fib-nexthop.cpp.

Member Function Documentation

Face& nfd::fib::NextHop::getFace ( ) const
inline

Definition at line 45 of file fib-nexthop.hpp.

Referenced by nfd::FibManager::FibManager(), and nfd::fw::isNextHopEligible().

uint64_t nfd::fib::NextHop::getCost ( ) const
inline

Definition at line 51 of file fib-nexthop.hpp.

Referenced by nfd::FibManager::FibManager(), and nfd::fib::Entry::removeNextHop().

void nfd::fib::NextHop::setCost ( uint64_t  cost)
inline

Definition at line 57 of file fib-nexthop.hpp.

References Face.


The documentation for this class was generated from the following files: