|
rippled
|
An entry in the routing table. More...


Public Member Functions | |
| Entry () | |
| void | addPeer (PeerShortID peer) |
| HashRouterFlags | getFlags (void) const |
| void | setFlags (HashRouterFlags flagsToSet) |
| std::set< PeerShortID > | releasePeerSet () |
| Return set of peers we've relayed to and reset tracking. | |
| std::optional< Stopwatch::time_point > | relayed () const |
| Return seated relay time point if the message has been relayed. | |
| bool | shouldRelay (Stopwatch::time_point const &now, std::chrono::seconds relayTime) |
| Determines if this item should be relayed. | |
| bool | shouldProcess (Stopwatch::time_point now, std::chrono::seconds interval) |
Static Private Member Functions | |
| static auto & | getCounter () noexcept |
Private Attributes | |
| HashRouterFlags | flags_ = HashRouterFlags::UNDEFINED |
| std::set< PeerShortID > | peers_ |
| std::optional< Stopwatch::time_point > | relayed_ |
| std::optional< Stopwatch::time_point > | processed_ |
An entry in the routing table.
Definition at line 110 of file HashRouter.h.
| xrpl::HashRouter::Entry::Entry | ( | ) |
Definition at line 113 of file HashRouter.h.
| void xrpl::HashRouter::Entry::addPeer | ( | PeerShortID | peer | ) |
Definition at line 118 of file HashRouter.h.
| HashRouterFlags xrpl::HashRouter::Entry::getFlags | ( | void | ) | const |
Definition at line 125 of file HashRouter.h.
| void xrpl::HashRouter::Entry::setFlags | ( | HashRouterFlags | flagsToSet | ) |
Definition at line 131 of file HashRouter.h.
| std::set< PeerShortID > xrpl::HashRouter::Entry::releasePeerSet | ( | ) |
Return set of peers we've relayed to and reset tracking.
Definition at line 138 of file HashRouter.h.
| std::optional< Stopwatch::time_point > xrpl::HashRouter::Entry::relayed | ( | ) | const |
Return seated relay time point if the message has been relayed.
Definition at line 145 of file HashRouter.h.
| bool xrpl::HashRouter::Entry::shouldRelay | ( | Stopwatch::time_point const & | now, |
| std::chrono::seconds | relayTime | ||
| ) |
Determines if this item should be relayed.
Checks whether the item has been recently relayed. If it has, return false. If it has not, update the last relay timestamp and return true.
Definition at line 157 of file HashRouter.h.
| bool xrpl::HashRouter::Entry::shouldProcess | ( | Stopwatch::time_point | now, |
| std::chrono::seconds | interval | ||
| ) |
Definition at line 168 of file HashRouter.h.
|
staticprivatenoexceptinherited |
Definition at line 110 of file CountedObject.h.
|
private |
Definition at line 177 of file HashRouter.h.
|
private |
Definition at line 178 of file HashRouter.h.
|
private |
Definition at line 181 of file HashRouter.h.
|
private |
Definition at line 182 of file HashRouter.h.