|
xrpld
|
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 96 of file tests/libxrpl/csf/Peer.h.
|
nodiscard |
Definition at line 115 of file tests/libxrpl/csf/Peer.h.
|
nodiscard |
Definition at line 121 of file tests/libxrpl/csf/Peer.h.
| std::chrono::milliseconds xrpl::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 103 of file tests/libxrpl/csf/Peer.h.
| std::chrono::milliseconds xrpl::test::csf::Peer::ProcessingDelays::recvValidation {0} |
Delay in processing validations from remote peers.
Definition at line 108 of file tests/libxrpl/csf/Peer.h.