package
0.0.0-20250128101304-ea1d59d1c274
Repository: https://github.com/magicwave-io/go-libp2p.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

HasConsistentTransport returns true if the address 'a' shares a protocol set with any address in the green set.
NewIDService constructs a new *IDService and activates it by attaching its stream handler to the given host.Host.

# Constants

No description provided by the author
ID is the protocol.ID of the Identify Service.
LibP2PVersion holds the current protocol version for a client running this code TODO(jbenet): fix the versioning mess.

# Variables

No description provided by the author

# Structs

IDService is a structure that implements ProtocolIdentify.
ObservedAddr is an entry for an address reported by our peers.
ObservedAddrSet keeps track of a set of ObservedAddrs the zero-value is ready to be used.