Module net

Source
Expand description

Networking primitives

The types provided in this module are non-blocking by default and are designed to for Linux.

Structsยง

TcpListener
A structure representing a socket server
TcpStream
A non-blocking TCP stream between a local socket and a remote socket.
UdpSocket
A User Datagram Protocol socket.
UnixDatagram
A Unix datagram socket.
UnixListener
A structure representing a Unix domain socket server.
UnixStream
A Unix stream socket.