Module net

1.10.0 · Source
Expand description

Unix-specific networking functionality.

Structs§

Incoming
An iterator over incoming connections to a UnixListener.
SocketAddr
An address associated with a Unix socket.
UnixDatagram
A Unix datagram socket.
UnixListener
A structure representing a Unix domain socket server.
UnixStream
A Unix stream socket.
UCredExperimental
Credentials for a UNIX process for credentials passing.