Module net

Source
Expand description

This module contains the simulated TCP/UDP networking types.

They mirror tokio::net to provide a high fidelity implementation.

Modules§

tcp

Structs§

TcpListener
A simulated TCP socket server, listening for connections.
TcpStream
A simulated TCP stream between a local and a remote socket.
UdpSocket
A simulated UDP socket.