#include "procedure.hpp"
#include "guess-from-identity-name.hpp"
#include "guess-from-search-domains.hpp"
#include "multicast-discovery.hpp"
#include "ndn-fch-discovery.hpp"
Go to the source code of this file.
Namespaces | |
ndn | |
ndn::autoconfig | |
Variables | |
constexpr time::nanoseconds | ndn::autoconfig::FACEURI_CANONIZE_TIMEOUT = 4_s |
const std::vector< Name > | ndn::autoconfig::HUB_PREFIXES {"/", "/localhop/nfd"} |
constexpr uint64_t | ndn::autoconfig::HUB_ROUTE_COST = 100 |
constexpr nfd::RouteOrigin | ndn::autoconfig::HUB_ROUTE_ORIGIN = nfd::ROUTE_ORIGIN_AUTOCONF |