Versions in this module Expand all Collapse all v1 v1.0.1 Sep 18, 2024 v1.0.0 May 17, 2024 Changes in this version + const PexChannel + func ChannelDescriptor() *conn.ChannelDescriptor + type NoPeersAvailableError struct + func (e *NoPeersAvailableError) Error() string + type Reactor struct + func NewReactor(logger log.Logger, peerManager *p2p.PeerManager, ...) *Reactor + func (r *Reactor) OnStart(ctx context.Context) error + func (r *Reactor) OnStop() + func (r *Reactor) SetChannel(ch *p2p.Channel)