Module tcp

Source
Available on crate feature tcp-any only.
Expand description

§TCP

This module contains shared TCP code for both server and client.

Structs§

TcpConfig
The TCP shared configuration between clients and servers.
TcpHandler
The TCP stream handler struct.