NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
client-to-nlsr-readvertise-policy.hpp
Go to the documentation of this file.
1 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
26 #ifndef NFD_RIB_READVERTISE_CLIENT_TO_NLSR_READVERTISE_POLICY_HPP
27 #define NFD_RIB_READVERTISE_CLIENT_TO_NLSR_READVERTISE_POLICY_HPP
28 
29 #include "readvertise-policy.hpp"
30 
31 namespace nfd {
32 namespace rib {
33 
37 {
38 public:
45  handleNewRoute(const RibRouteRef& ribRoute) const override;
46 
48  getRefreshInterval() const override;
49 };
50 
51 } // namespace rib
52 } // namespace nfd
53 
54 #endif // NFD_RIB_READVERTISE_CLIENT_TO_NLSR_READVERTISE_POLICY_HPP
boost::posix_time::time_duration milliseconds(long duration)
Definition: asio.hpp:117
references a route
Definition: rib.hpp:43
a policy to decide whether to readvertise a route, and what prefix to readvertise ...
Copyright (c) 2011-2015 Regents of the University of California.
Definition: ndn-common.hpp:40
a policy to readvertise routes registered by end hosts into NLSR
ndn::optional< ReadvertiseAction > handleNewRoute(const RibRouteRef &ribRoute) const override
advertise if the route&#39;s origin is client
time::milliseconds getRefreshInterval() const override