activity

package
v0.8.18 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 27, 2022 License: Apache-2.0, BSD-2-Clause Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Parameters = &ParametersDefinition{}

Parameters contains the configuration parameters of the activity plugin.

View Source
var (
	// Plugin is the plugin instance of the activity plugin.
	Plugin *node.Plugin
)

Functions

This section is empty.

Types

type ParametersDefinition

type ParametersDefinition struct {
	// BroadcastInterval is the interval at which the node broadcasts its activity message.
	BroadcastInterval time.Duration `default:"2s" usage:"the interval at which the node will broadcast its activity message"`
	// ParentsCount is the number of parents that node will choose for its activity messages.
	ParentsCount int `default:"8" usage:"the number of parents that node will choose for its activity messages"`
	// DelayOffset is the maximum for random initial time delay before sending the activity message.
	DelayOffset time.Duration `default:"10s" usage:"the maximum for random initial time delay before sending the activity message"`
}

ParametersDefinition contains the definition of configuration parameters used by the activity plugin.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL