p2p

package
v0.9.8 Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2022 License: Apache-2.0, BSD-2-Clause Imports: 14 Imported by: 1

Documentation

Index

Constants

View Source
const PluginName = "P2P"

PluginName is the name of the p2p plugin.

Variables

View Source
var Parameters = &ParametersDefinition{}

Parameters contains the configuration parameters of the p2p plugin.

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

Functions

This section is empty.

Types

type ParametersDefinition

type ParametersDefinition struct {
	// BindAddress defines on which address the p2p service should listen.
	BindAddress string `default:"0.0.0.0:14666" usage:"the bind address for p2p connections"`
}

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

Jump to

Keyboard shortcuts

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