|
rippled
|
Simulated delays in internal peer processing. More...
#include <Peer.h>

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. | |
| std::chrono::milliseconds | recvValidation {0} |
| Delay in processing validations from remote peers. | |
Simulated delays in internal peer processing.
Definition at line 78 of file test/csf/Peer.h.
| SimDuration ripple::test::csf::Peer::ProcessingDelays::onReceive | ( | M const & | ) | const |
Definition at line 93 of file test/csf/Peer.h.
| SimDuration ripple::test::csf::Peer::ProcessingDelays::onReceive | ( | Validation const & | ) | const |
Definition at line 99 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 83 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 86 of file test/csf/Peer.h.