Crate libp2p_tokio_socks5[][src]

Expand description

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 me@tobin.cc

Structs

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

Stream that listens on an TCP/IP address.

Wraps around a TcpStream and adds logging for important events.