Timing parameters to control validation staleness and expiration.
struct ValidationParms
Name |
Description |
---|---|
Duration pre-close in which validations are acceptable. |
|
Duration a validation remains current after first observed. |
|
The number of seconds a validation remains current after its ledger's close time. |
|
Duration a set of validations for a given ledger hash remain valid. |
These are protocol level parameters that should not be changed without careful consideration. They are not implemented as static constexpr to allow simulation code to test alternate parameter settings.
#include <ripple/consensus/Validations.h>