[][src]Module runtime::net

Networking primitives for asynchronous TCP/UDP communication.

This module provides networking functionality for the Transmission Control and User Datagram Protocols, as well as types for IP and socket addresses.

Organization

Modules

tcp

Asynchronous TCP bindings.

udp

Asynchronous UDP bindings.

Structs

TcpListener

A TCP socket server, listening for connections.

TcpStream

A TCP stream between a local and a remote socket.

UdpSocket

A UDP socket.