# Functions
DecodeMessage implements interface registered above.
NewAddrBook creates a new address book.
NewPEXReactor creates new PEX reactor.
No description provided by the author
# Constants
PexChannel is a channel for PEX messages.
# Structs
PEXReactor handles PEX (peer exchange) and ensures that an adequate number of peers are connected to the switch.
PEXReactorConfig holds reactor specific configuration data.
# Interfaces
AddrBook is an address book used for tracking peers so we can gossip about them to others and select peers to dial.
PexMessage is a primary type for PEX messages.
# Type aliases
No description provided by the author