Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <chrono>
Go to the source code of this file.
Variables | |
static constexpr std::chrono::minutes | AVALANCHE_STATISTICS_REFRESH_PERIOD {10} |
Refresh period for the avalanche statistics computation. More... | |
static constexpr std::chrono::minutes | AVALANCHE_STATISTICS_TIME_CONSTANT {10} |
Time constant for the avalanche statistics computation. More... | |
static const double | AVALANCHE_STATISTICS_DECAY_FACTOR |
Pre-computed decay factor for the avalanche statistics computation. More... | |
|
static |
Pre-computed decay factor for the avalanche statistics computation.
There is currently no constexpr variant of std::exp, so use a const.
Definition at line 18 of file statistics.h.
|
staticconstexpr |
Refresh period for the avalanche statistics computation.
Definition at line 11 of file statistics.h.
|
staticconstexpr |
Time constant for the avalanche statistics computation.
Definition at line 13 of file statistics.h.