auto-prefix-propagator.cpp File Reference
#include "auto-prefix-propagator.hpp"
#include "core/logger.hpp"
#include "core/scheduler.hpp"
#include <ndn-cxx/security/signing-helpers.hpp>
#include <vector>
Include dependency graph for auto-prefix-propagator.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

const Name nfd::rib::LOCAL_REGISTRATION_PREFIX ("/localhost")
 
const Name nfd::rib::LINK_LOCAL_NFD_PREFIX ("/localhop/nfd")
 
const name::Component nfd::rib::IGNORE_COMMPONENT ("nrd")
 

Variables

const time::seconds nfd::rib::PREFIX_PROPAGATION_DEFAULT_REFRESH_INTERVAL = time::seconds(25)
 
const time::seconds nfd::rib::PREFIX_PROPAGATION_MAX_REFRESH_INTERVAL = time::seconds(600)
 
const time::seconds nfd::rib::PREFIX_PROPAGATION_DEFAULT_BASE_RETRY_WAIT = time::seconds(50)
 
const time::seconds nfd::rib::PREFIX_PROPAGATION_DEFAULT_MAX_RETRY_WAIT = time::seconds(3600)
 
const uint64_t nfd::rib::PREFIX_PROPAGATION_DEFAULT_COST = 15
 
const time::milliseconds nfd::rib::PREFIX_PROPAGATION_DEFAULT_TIMEOUT = time::milliseconds(10000)