Skip to main content

Module net

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.
MessagesExperimentalAndroid or Cygwin or Linux
This struct is used to iterate through the control messages.
ScmCredentialsExperimentalAndroid or Cygwin or Linux
This control message contains unix credentials.
ScmRightsExperimentalAndroid or Cygwin or Linux
This control message contains file descriptors.
SocketAncillaryExperimentalAndroid or Cygwin or Linux
A Unix socket Ancillary data struct.
SocketCredExperimentalAndroid or Cygwin or Linux
Unix credential.
UCredExperimental
Credentials for a UNIX process for credentials passing.

Enums§

AncillaryDataExperimentalAndroid or Cygwin or Linux
This enum represent one control message of variable type.
AncillaryErrorExperimentalAndroid or Cygwin or Linux
The error type which is returned from parsing the type a control message.