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 Android or Linux or Cygwin 
- This struct is used to iterate through the control messages.
- ScmCredentialsExperimental (Android or Linux or Cygwin) and (Android or Linux or Cygwin) 
- This control message contains unix credentials.
- ScmRightsExperimental Android or Linux or Cygwin 
- This control message contains file descriptors.
- SocketAncillary Experimental Android or Linux or Cygwin 
- A Unix socket Ancillary data struct.
- SocketCred Experimental (Android or Linux or Cygwin) and (Android or Linux or Cygwin) 
- Unix credential.
- UCredExperimental Android or Linux or DragonFly BSD or FreeBSD or NetBSD or OpenBSD or target_os=ntoor Apple or Cygwin
- Credentials for a UNIX process for credentials passing.
Enums§
- AncillaryData Experimental Android or Linux or Cygwin 
- This enum represent one control message of variable type.
- AncillaryError Experimental Android or Linux or Cygwin 
- The error type which is returned from parsing the type a control message.