State of a readvertised route. More...
#include <daemon/rib/readvertise/readvertised-route.hpp>
Public Member Functions | |
ReadvertisedRoute (const Name &prefix) | |
Public Attributes | |
size_t | nRibRoutes = 0 |
number of RIB routes that cause the readvertisement More... | |
Name | prefix |
readvertised prefix More... | |
time::milliseconds | retryDelay = 0_ms |
retry interval (not used for refresh) More... | |
ndn::scheduler::ScopedEventId | retryEvt |
retry or refresh event More... | |
ndn::security::SigningInfo | signer |
signer for commands More... | |
Friends | |
bool | operator< (const ReadvertisedRoute &lhs, const ReadvertisedRoute &rhs) |
State of a readvertised route.
Definition at line 41 of file readvertised-route.hpp.
|
inlineexplicit |
Definition at line 45 of file readvertised-route.hpp.
|
friend |
Definition at line 50 of file readvertised-route.hpp.
|
mutable |
number of RIB routes that cause the readvertisement
Definition at line 59 of file readvertised-route.hpp.
Name nfd::rib::ReadvertisedRoute::prefix |
readvertised prefix
Definition at line 57 of file readvertised-route.hpp.
|
mutable |
retry interval (not used for refresh)
Definition at line 60 of file readvertised-route.hpp.
|
mutable |
retry or refresh event
Definition at line 61 of file readvertised-route.hpp.
|
mutable |
signer for commands
Definition at line 58 of file readvertised-route.hpp.