Documentation ¶
Index ¶
Constants ¶
View Source
const (
ProtocolVersion = 0 // update on protocol changes
)
autopeering constants.
Variables ¶
View Source
var ErrParsingEntryNode = errors.New("cannot parse entry node")
ErrParsingEntryNode is returned for an invalid entry node.
View Source
var Parameters = &ParametersDefinitionDiscovery{}
Parameters contains the configuration parameters of the autopeering peer discovery.
Functions ¶
Types ¶
type ParametersDefinitionDiscovery ¶ added in v0.7.4
type ParametersDefinitionDiscovery struct { // NetworkVersion defines the config flag of the network version. NetworkVersion uint32 `default:"53" usage:"autopeering network version"` // EntryNodes defines the config flag of the entry nodes. EntryNodes []string `` /* 315-byte string literal not displayed */ }
ParametersDefinitionDiscovery contains the definition of configuration parameters used by the autopeering peer discovery.
Click to show internal directories.
Click to hide internal directories.