[][src]Module tari_comms::transports

Structs

MemoryTransport

Transport to build in-memory connections

SocksConfig
SocksTransport
TcpSocket

TcpSocket is a wrapper struct for tokio TcpStream and implements futures-rs AsyncRead/Write

TcpTransport

Transport implementation for TCP

TcpWithTorTransport

Transport implementation for TCP with Tor support

Traits

Transport