Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Defines the maximum time a request stays in the request queue. CfgRequestsDiscardOlderThan = "requests.discardOlderThan" // Defines the interval the pending requests are re-enqueued. CfgRequestsPendingReEnqueueInterval = "requests.pendingReEnqueueInterval" // Defines the maximum amount of unknown peers a gossip protocol connection is established to. CfgP2PGossipUnknownPeersLimit = "p2p.gossip.unknownPeersLimit" // Defines the read timeout for subsequent reads. CfgP2PGossipStreamReadTimeout = "p2p.gossip.streamReadTimeout" // Defines the write timeout for writes to the stream. CfgP2PGossipStreamWriteTimeout = "p2p.gossip.streamWriteTimeout" )
Variables ¶
View Source
var (
CorePlugin *node.CorePlugin
)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.