Documentation ¶
Index ¶
Constants ¶
View Source
const ( // CfgGossipPort defines the config flag of the gossip port. CfgGossipPort = "gossip.port" // CfgGossipAgeThreshold defines the maximum age (time since reception) of a message to be gossiped. CfgGossipAgeThreshold = "gossip.ageThreshold" // CfgGossipTipsBroadcastInterval the interval in which the oldest known tip is re-broadcast. CfgGossipTipsBroadcastInterval = "gossip.tipsBroadcaster.interval" )
View Source
const PluginName = "Gossip"
PluginName is the name of the gossip plugin.
Variables ¶
View Source
var ErrMessageNotFound = errors.New("message not found")
ErrMessageNotFound is returned when a message could not be found in the Tangle.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.