Module tokio::net

source · []
Expand description

TCP/UDP/Unix bindings for tokio.

This module contains the TCP/UDP/Unix networking types, similar to the standard library, which can be used to implement networking protocols.

Organization

Modules

TCP bindings for tokio.

Structs

An I/O object representing a TCP socket listening for incoming connections.

An I/O object representing a TCP stream connected to a remote endpoint.