Module time::tcp

source ·
Available on crate feature tcp-any only.
Expand description

§TCP

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

Structs§

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