Interface TimeoutParameters

Parameters that determine timeouts in the consensus protocol used from protocol version 6.

Hierarchy

  • TimeoutParameters

Properties

timeoutBase: Duration

The base value for triggering a timeout, in milliseconds.

timeoutDecrease: Ratio

Factor for decreasing the timeout. Must be between 0 and 1.

timeoutIncrease: Ratio

Factor for increasing the timeout. Must be greater than 1.

Generated using TypeDoc