[][src]Module libp2p_core::nodes::raw_swarm

Structs

IncomingConnectionEvent

A new connection arrived on a listener.

IncomingInfo

Information about an incoming connection currently being negotiated.

PeerConnected

Access to a peer we are connected to.

PeerNotConnected

Access to a peer we're not connected to.

PeerPendingConnect

Access to a peer we are attempting to connect to.

RawSwarm

Implementation of Stream that handles the nodes.

Enums

ConnectedPoint

How we connected to a node.

IncomingError

Error that can happen on an incoming connection.

Peer

State of a peer in the system.

PeerPotentialConnect

Peer we are potentially going to connect to.

PeerState

State of a peer.

RawSwarmEvent

Event that can happen on the RawSwarm.

RawSwarmReachError

Error that can happen when trying to reach a node.

UnknownPeerDialErr

Error that can happen when dialing a node with an unknown peer ID.