Available on Unix only.
Expand description
Unix-specific networking functionality
This corresponds to std::os::unix::net
.
This module is not yet implemented. And it’s not easily implementable on many platforms. See this POSIX discussion which ultimately didn’t succeed in adding support to POSIX.
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.