Documentation ¶
Index ¶
Constants ¶
View Source
const ( // CfgNetAutopeeringBindAddr is bind address for autopeering. CfgNetAutopeeringBindAddr = "p2p.autopeering.bindAddress" // CfgNetAutopeeringEntryNodes list of autopeering entry nodes to use. CfgNetAutopeeringEntryNodes = "p2p.autopeering.entryNodes" // CfgNetAutopeeringEntryNodesPreferIPv6 defines if connecting over IPv6 is preferred for entry nodes. CfgNetAutopeeringEntryNodesPreferIPv6 = "p2p.autopeering.entryNodesPreferIPv6" // CfgNetAutopeeringRunAsEntryNode whether the node should act as an autopeering entry node. CfgNetAutopeeringRunAsEntryNode = "p2p.autopeering.runAsEntryNode" // CfgNetAutopeeringInboundPeers the number of inbound autopeers. CfgNetAutopeeringInboundPeers = "p2p.autopeering.inboundPeers" // CfgNetAutopeeringOutboundPeers the number of outbound autopeers. CfgNetAutopeeringOutboundPeers = "p2p.autopeering.outboundPeers" // CfgNetAutopeeringSaltLifetime lifetime of the private and public local salt. CfgNetAutopeeringSaltLifetime = "p2p.autopeering.saltLifetime" )
Variables ¶
View Source
var (
Plugin *node.Plugin
)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.