CatapultServer
v0.5.0.1 (Elephant)
|
Go to the documentation of this file.
25 namespace catapult {
namespace timesync {
namespace filters {
constexpr int64_t Tolerated_Duration_Maximum
Maximum time in ms that a response to a time sync request may take.
Definition: filter_constants.h:43
constexpr double Alpha
Value that indicates the percentage of the samples is discarded.
Definition: filter_constants.h:40
constexpr double Decay_Strength
Value that indicates the speed of the decay.
Definition: filter_constants.h:37
static constexpr TimeSpan FromMinutes(uint64_t minutes)
Creates a time span from the given number of minutes.
Definition: TimeSpan.h:49
constexpr int64_t Start_Decay_After_Round
Value that indicates after which round the decay starts.
Definition: filter_constants.h:34
Definition: AddressExtractionExtension.cpp:28
constexpr auto Tolerated_Deviation_Start
Start value for the maximum tolerated deviation in ms.
Definition: filter_constants.h:28
constexpr auto Tolerated_Deviation_Minimum
Minimum value for the maximum tolerated deviation in ms.
Definition: filter_constants.h:31