[][src]Crate libp2p_tokio_socks5

Implementation of the libp2p Transport trait for TCP/IP over a SOCKS5 proxy using Tokio.

Copied from github.com/libp2p/rust-libp2p/transports/tcp/lib.rs with features = "tcp-tokio". Modified by Tobin C. Harding tobin@coblox.tech

Structs

Socks5TokioTcpConfig

Represents the configuration for a TCP/IP transport capability for libp2p.

TokioTcpListenStream

Stream that listens on an TCP/IP address.

TokioTcpTransStream

Wraps around a TcpStream and adds logging for important events.