Expand description

Implementation of the libp2p Transport trait for TCP/IP.

Usage

This crate provides a TcpTransport and TokioTcpTransport, depending on the enabled features, which implement the Transport trait for use as a transport with libp2p-core or libp2p-swarm.

Structs

The configuration for a TCP/IP transport capability for libp2p.
A stream of incoming connections on one or more interfaces.

Enums

Event produced by a TcpListenStream.