You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuration parameters for EchoRand algorithm implementation
structconfig
{
unsigned _time_generate = 0; ///< timeout in mills to generate block on GC1unsigned _time_net_1mb = 0; ///< timeout in mills for 1Mb message spreads over the networkunsigned _time_net_256b = 0; ///< timeout in mills for 256b message spreads over the networkunsigned _creator_count = 0; ///< number of max block creators for this nodeunsigned _verifier_count = 0; ///< number of max block verifiers for this nodeunsigned _ok_threshold = 0; ///< threshold to made ok decision, recommended eq. 0.69 * _creator_countunsigned _max_bba_steps = 0; ///< max number of BBA stepsunsigned _gc1_delay = 0; ///< delay before sending GC1 messages in millisecondsunsigned _round_attempts = 0; ///< number of max attempts to generate non-empty block on round before stop EchoRand
};