Module net

1.10.0 · Source
Available on Unix only.
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.
MessagesExperimental
This struct is used to iterate through the control messages.
ScmCredentialsExperimental
This control message contains unix credentials.
ScmRightsExperimental
This control message contains file descriptors.
SocketAncillaryExperimental
A Unix socket Ancillary data struct.
SocketCredExperimental
Unix credential.
UCredExperimental
Credentials for a UNIX process for credentials passing.

Enums§

AncillaryDataExperimental
This enum represent one control message of variable type.
AncillaryErrorExperimental
The error type which is returned from parsing the type a control message.