Documentation
¶
Index ¶
Constants ¶
View Source
const PluginName = "Gossip"
PluginName is the name of the gossip plugin.
Variables ¶
View Source
var ErrBlockNotFound = errors.New("block not found")
ErrBlockNotFound is returned when a block could not be found in the Tangle.
View Source
var Parameters = &ParametersDefinition{}
Parameters contains the configuration parameters of the gossip plugin.
View Source
var ( // Plugin is the plugin instance of the gossip plugin. Plugin *node.Plugin )
Functions ¶
This section is empty.
Types ¶
type ParametersDefinition ¶ added in v0.7.4
type ParametersDefinition struct { // MissingBlockRequestRelayProbability defines the probability of missing block requests being relayed to other neighbors. MissingBlockRequestRelayProbability float64 `default:"0.01" usage:"the probability of missing block requests being relayed to other neighbors"` BlocksRateLimit blocksLimitParameters BlockRequestsRateLimit blockRequestsLimitParameters }
ParametersDefinition contains the definition of configuration parameters used by the gossip plugin.
Click to show internal directories.
Click to hide internal directories.