NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
readvertised-route.cpp
Go to the documentation of this file.
1 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
26 #include "readvertised-route.hpp"
27 #include "core/random.hpp"
28 
29 namespace nfd {
30 namespace rib {
31 
33  : prefix(prefix)
34  , nRibRoutes(0)
35 {
36 }
37 
38 } // namespace rib
39 } // namespace nfd
Declares the global pseudorandom number generator (PRNG) for NFD.
ReadvertisedRoute(const Name &prefix)
Copyright (c) 2011-2015 Regents of the University of California.
Definition: ndn-common.hpp:40
Represents an absolute name.
Definition: name.hpp:42