package
0.3.6
Repository: https://github.com/protolambda/rumor.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewHost constructs a new *BasicHost and activates it by attaching its stream and connection handlers to the given inet.Network.
No description provided by the author
NewNode constructs a new libp2p Host from the Config.

# Variables

DefaultAddrsFactory is the default value for HostOpts.AddrsFactory.
DefaultNegotiationTimeout is the default value for HostOpts.NegotiationTimeout.

# Structs

BasicHost is the basic implementation of the host.Host interface.
No description provided by the author
HostOpts holds options that can be passed to NewHost in order to customize construction of the *BasicHost.
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

AddrsFactory functions can be passed to New in order to override addresses returned by Addrs.