[][src]Module tarpc::serde_transport::tcp

This is supported on crate features serde-transport and tcp only.

TCP support for generic transport using Tokio.

Structs

Connect

A connection Future that also exposes the length-delimited framing config.

Incoming

A TcpListener that wraps connections in transports.

Functions

connect

Connects to addr, wrapping the connection in a TCP transport.

listen

Listens on addr, wrapping accepted connections in TCP transports.