#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 "core/global-io.hpp"#include "core/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 | |
| static const std::string | nfd::rib::CFG_SECTION = "rib" | 
| static const std::string | nfd::rib::CFG_LOCALHOST_SECURITY = "localhost_security" | 
| static const std::string | nfd::rib::CFG_LOCALHOP_SECURITY = "localhop_security" | 
| static const std::string | nfd::rib::CFG_PREFIX_PROPAGATE = "auto_prefix_propagate" | 
| static const std::string | nfd::rib::CFG_READVERTISE_NLSR = "readvertise_nlsr" | 
| static const Name | nfd::rib::READVERTISE_NLSR_PREFIX = "/localhost/nlsr" | 
| static const uint64_t | nfd::rib::PROPAGATE_DEFAULT_COST = 15 | 
| static const time::milliseconds | nfd::rib::PROPAGATE_DEFAULT_TIMEOUT = 10_s |