rippled
|
Simulated delays in internal peer processing. More...
Public Member Functions | |
template<class M > | |
SimDuration | onReceive (M const &) const |
SimDuration | onReceive (Validation const &) const |
Public Attributes | |
std::chrono::milliseconds | ledgerAccept {0} |
Delay in consensus calling doAccept to accepting and issuing validation TODO: This should be a function of the number of transactions. More... | |
std::chrono::milliseconds | recvValidation {0} |
Delay in processing validations from remote peers. More... | |
Simulated delays in internal peer processing.
Definition at line 86 of file test/csf/Peer.h.
SimDuration ripple::test::csf::Peer::ProcessingDelays::onReceive | ( | M const & | ) | const |
Definition at line 101 of file test/csf/Peer.h.
SimDuration ripple::test::csf::Peer::ProcessingDelays::onReceive | ( | Validation const & | ) | const |
Definition at line 107 of file test/csf/Peer.h.
std::chrono::milliseconds ripple::test::csf::Peer::ProcessingDelays::ledgerAccept {0} |
Delay in consensus calling doAccept to accepting and issuing validation TODO: This should be a function of the number of transactions.
Definition at line 91 of file test/csf/Peer.h.
std::chrono::milliseconds ripple::test::csf::Peer::ProcessingDelays::recvValidation {0} |
Delay in processing validations from remote peers.
Definition at line 94 of file test/csf/Peer.h.