route.cpp File Reference
#include "route.hpp"
#include <ndn-cxx/util/string-helper.hpp>
+ Include dependency graph for route.cpp:

Go to the source code of this file.

Namespaces

 nfd
 Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents, Colorado State University, University Pierre & Marie Curie, Sorbonne University, Washington University in St.
 
 nfd::rib
 

Functions

static time::steady_clock::TimePoint nfd::rib::computeExpiration (const ndn::PrefixAnnouncement &ann)
 
std::ostream & nfd::rib::operator<< (std::ostream &os, const Route &route)
 
bool nfd::rib::operator== (const Route &lhs, const Route &rhs)
 

Variables

const uint64_t nfd::rib::PA_ROUTE_COST = 2048
 cost of route created by prefix announcement More...