#include "service.hpp"
#include "fib-updater.hpp"
#include "readvertise/client-to-nlsr-readvertise-policy.hpp"
#include "readvertise/host-to-gateway-readvertise-policy.hpp"
#include "readvertise/nfd-rib-readvertise-destination.hpp"
#include "readvertise/readvertise.hpp"
#include "common/global.hpp"
#include "common/logger.hpp"
#include "ns3/node-list.h"
#include "ns3/node.h"
#include "ns3/simulator.h"
#include "ns3/ndnSIM/model/ndn-l3-protocol.hpp"
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::RibService | |
const std::string | nfd::rib::CFG_SECTION = "rib" |
const std::string | nfd::rib::CFG_LOCALHOST_SECURITY = "localhost_security" |
const std::string | nfd::rib::CFG_LOCALHOP_SECURITY = "localhop_security" |
const std::string | nfd::rib::CFG_PA_VALIDATION = "prefix_announcement_validation" |
const std::string | nfd::rib::CFG_PREFIX_PROPAGATE = "auto_prefix_propagate" |
const std::string | nfd::rib::CFG_READVERTISE_NLSR = "readvertise_nlsr" |
const Name | nfd::rib::READVERTISE_NLSR_PREFIX = "/localhost/nlsr" |
const uint64_t | nfd::rib::PROPAGATE_DEFAULT_COST = 15 |
const time::milliseconds | nfd::rib::PROPAGATE_DEFAULT_TIMEOUT = 10_s |