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

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

TCP support for generic transport using Tokio.

Structs

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

A TcpListener that wraps connections in transports.

Functions

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

Listens on addr, wrapping accepted connections in TCP transports.