Documentation ¶
Index ¶
Constants ¶
View Source
const ( // PluginName is the plugin name of the bootstrap plugin. PluginName = "Bootstrap" // CfgBootstrapInitialIssuanceTimePeriodSec defines the initial time period of how long the node should be // issuing messages when started in bootstrapping mode. If the value is set to -1, the issuance is continuous. CfgBootstrapInitialIssuanceTimePeriodSec = "bootstrap.initialIssuance.timePeriodSec" // CfgBootstrapTimeUnit defines the time unit (in seconds) of the issuance rate (e.g., 3 messages per 12 seconds). CfgBootstrapTimeUnit = "bootstrap.timeUnit" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.