#include "procedure.hpp"#include "guess-from-identity-name.hpp"#include "guess-from-search-domains.hpp"#include "multicast-discovery.hpp"#include "ndn-fch-discovery.hpp"
Include dependency graph for procedure.cpp:Go to the source code of this file.
Namespaces | |
| ndn | |
| Copyright (c) 2014-2017, Regents of the University of California, Arizona Board of Regents, Colorado State University, University Pierre & Marie Curie, Sorbonne University, Washington University in St. | |
| ndn::tools | |
| ndn::tools::autoconfig | |
Variables | |
| static const time::nanoseconds | ndn::tools::autoconfig::FACEURI_CANONIZE_TIMEOUT = time::seconds(4) |
| static const std::vector< Name > | ndn::tools::autoconfig::HUB_PREFIXES {"/", "/localhop/nfd"} |
| static const uint64_t | ndn::tools::autoconfig::HUB_ROUTE_COST = 100 |
| static const nfd::RouteOrigin | ndn::tools::autoconfig::HUB_ROUTE_ORIGIN = nfd::ROUTE_ORIGIN_AUTOCONF |