CatapultServer  v0.5.0.1 (Elephant)
extensions/timesync/src/constants.h
Go to the documentation of this file.
1 
21 #pragma once
22 #include <cstdint>
23 
24 namespace catapult { namespace timesync {
25 
27  constexpr double Coupling_Start = 1.0;
28 
30  constexpr double Coupling_Minimum = 0.1;
31 
33  constexpr uint64_t Start_Coupling_Decay_After_Round = 5;
34 
36  constexpr double Coupling_Decay_Strength = 0.3;
37 
40  constexpr uint64_t Clock_Adjustment_Threshold = 75;
41 
44  constexpr double Required_Minimum_Importance = 0.00025;
45 
47  constexpr int64_t Warning_Threshold_Millis = 100;
48 }}
catapult::timesync::Start_Coupling_Decay_After_Round
constexpr uint64_t Start_Coupling_Decay_After_Round
Value that indicates the round after which the decay starts.
Definition: extensions/timesync/src/constants.h:33
catapult::timesync::Clock_Adjustment_Threshold
constexpr uint64_t Clock_Adjustment_Threshold
Definition: extensions/timesync/src/constants.h:40
catapult::timesync::Coupling_Minimum
constexpr double Coupling_Minimum
Minimum value for the coupling of clocks.
Definition: extensions/timesync/src/constants.h:30
catapult::timesync::Required_Minimum_Importance
constexpr double Required_Minimum_Importance
Definition: extensions/timesync/src/constants.h:44
catapult::timesync::Coupling_Start
constexpr double Coupling_Start
Start value for the coupling of clocks.
Definition: extensions/timesync/src/constants.h:27
catapult::timesync::Warning_Threshold_Millis
constexpr int64_t Warning_Threshold_Millis
Minimum offset from remote to local node to trigger logging a warning.
Definition: extensions/timesync/src/constants.h:47
catapult::timesync::Coupling_Decay_Strength
constexpr double Coupling_Decay_Strength
Value that indicates the speed of the coupling decay.
Definition: extensions/timesync/src/constants.h:36
catapult
Definition: AddressExtractionExtension.cpp:28