Modules§
Structs§
- TcpListener
- A TCP socket server, listening for connections.
- TcpSocket
- A TCP socket that has not yet been converted to a
TcpStreamorTcpListener. - TcpStream
- A TCP stream between a local and a remote socket.
- UdpSocket
- A UDP socket.
- Unix
Datagram - An I/O object representing a Unix datagram socket.
- Unix
Listener - A Unix socket which can accept connections from other Unix sockets.
- Unix
Socket - A Unix socket that has not yet been converted to a
UnixStream,UnixDatagram, orUnixListener. - Unix
Stream - A structure representing a connected Unix socket.
Traits§
- ToSocket
Addrs - Converts or resolves without blocking to one or more
SocketAddrvalues.
Functions§
- lookup_
host - Performs a DNS resolution.