#include "auto-prefix-propagator.hpp"
#include "core/logger.hpp"
#include "core/scheduler.hpp"
#include <ndn-cxx/security/signing-helpers.hpp>
#include <vector>
Go to the source code of this file.
Namespaces | |
nfd | |
Copyright (c) 2011-2015 Regents of the University of California. | |
nfd::rib | |
Variables | |
nfd::rib::AutoPrefixPropagator | |
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") |
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) |