Expand description
Unix-specific networking functionality.
Structs§
- Incoming
- An iterator over incoming connections to a
UnixListener
. - Socket
Addr - An address associated with a Unix socket.
- Unix
Datagram - A Unix datagram socket.
- Unix
Listener - A structure representing a Unix domain socket server.
- Unix
Stream - A Unix stream socket.
- UCred
Experimental - Credentials for a UNIX process for credentials passing.